Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Manipulating Outlook Attachments
Message
De
28/09/2005 09:19:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01053664
Message ID:
01053891
Vues:
12
Mike,

I figured out the problem. I needed to add the following to save the changes made by your code:
loItem.Save
Also, you can modify the body of the email to include a refrence as follows:
cOldBody = loItem.body
cNewBody = cOldBody + Chr(13)+ 'new text here....'
loItem.Body = cNewBody
loItem.Save
Thanks again for all your help!

Russell
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform