Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manipulating Outlook Attachments
Message
From
28/09/2005 09:19:57
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01053664
Message ID:
01053891
Views:
7
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
Previous
Reply
Map
View

Click here to load this message in the networking platform