Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CusMAPI question
Message
 
To
11/06/2003 09:26:45
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00798876
Message ID:
00800109
Views:
51
You can use CDO:
oMSG = createobject("CDO.Message")
oMSG.To = "me@nowhere.com"
oMSG.From = "me@nowhere.com"
oMSG.Subject = "Hello Email"
oMSG.HTMLBody = [< b >< P >< FONT COLOR="#CC0000" >Hello In Color< /FONT >< /b >]
oMSG.Send()
>Hello,
>
>i'm using the cusMAPI-class to send e-mail form within VFP7. Everything works but I have 2 questions :
>1. Is it possible to send the e-mail in html instead of RTF or plain text ?
>2. When you create a MAPI-object, is it possible to fetch the Outlook-settings, let's say the autograph and background... ?
>
>Or do i have to search for a new way to send mail istead of the MAPI-class ?
Previous
Reply
Map
View

Click here to load this message in the networking platform