Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CusMAPI question
Message
 
À
11/06/2003 09:26:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00798876
Message ID:
00800109
Vues:
61
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 ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform