Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to open the outlook email with out a recipient address
Message
From
17/07/2003 10:20:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to open the outlook email with out a recipient address
Miscellaneous
Thread ID:
00811072
Message ID:
00811072
Views:
37
I use the following but when want to open the outlook email window with all the content in it except the to: email address.

email address i want to choose it from address book when all the content from vfp database is pasted on email window.

*******************Start**************************
.oleMessage.Compose
.oleMessage.RecipIndex = 0
.oleMessage.AddressResolveUI = .T.
.oleMessage.ResolveName

******************END*****************************

Thank you very much.
Next
Reply
Map
View

Click here to load this message in the networking platform