Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clipboard to Mail item body property
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00967519
Message ID:
00968524
Vues:
9
Hi Gregorio.

I'm sure that there some command to jump from the "To" line to the body section. But i dont find anything that talk about that. Maybe Marcia Akins can help. So I prefer that you explain more about your oshell technic.

If I understand what you are trying to do, maybe this is what you are looking for:
oOutlook = CREATEOBJECT( 'Outlook.Application' )
oMsg = oOutlook.CreateItem( 0 )
oWord = CREATEOBJECT( 'Word.Application' )
oDoc = oWord.Documents.Open( 'D:\MARCIA\AKINS.DOC' )
oWord.Selection.WholeStory()
oWord.Selection.Copy()
oMsg.HTMLBody = _Cliptext
oMsg.Display()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform