Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
E-mail attachment in Outlook
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00259679
Message ID:
00259695
Vues:
14
Hi All,

Just incase anyone else has this problem in the future, I found the answer myself. Hopefully this will save someone some time.

Here it is:

oOutLookObject = CREATEOBJECT('Outlook.Application')
oEmailItem = oOutLookObject.CreateItem(0)

WITH oEMailItem
.Attachments.Add('c:\myfile.rtf')
ENDWITH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform