Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Integrating Outlook with VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00181950
Message ID:
00182865
Views:
8
If you have an object reference to the new Email Item, try this code:

WITH oEmailItem
.Body = "Sending a message "
.To = "j_v_p@ix.netcom.com"
.Subject = "It Worked!!"
.ReadReceiptRequested = .T.
.Importance = 2 && high
.Send
EndWith

One thing to keep in mind, if you have the email address in your list of contacts, Outlook will automatically use the ReadOnly FullName Property in order to personalize the email.



>I wish to control outlook from vfp.
>I m successful in passing my memo field to the body of mail but failed to pass the email address in To: column.
>Any help.
>Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform