Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Automation
Message
From
21/01/2002 10:16:14
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00607724
Message ID:
00607750
Views:
26
Marvin,

>Two problems...
>
>#1 I want to paste the contents of my clipboard into the body of outlook--How?
>oMailItem.body = paste()???
oMailItem.body = _cliptext
>
>#2 once that is done, I want to make make the mail item visible to the user where the user can then edit / send the email.
>oMailItem.save()
>oMailItem.visible = .t. ????? (does not exist, must be a way)
>Thanks!
oMailItem.display()
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform