Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook
Message
De
20/05/1999 15:06:19
 
 
À
20/05/1999 14:34:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00221025
Message ID:
00221079
Vues:
14
>>I'd like to open an new outlook message fill in the To, Subject, and message body but not send it. How can I do this?
>>
>>TIA
>>
>>/Chris
>
>oOutlook = CREATEOBJECT("Outlook.Application")
>oNameSpace = oOutlook.GetNameSpace("MAPI")
>loMailItem = oOutlook.CreateItem(0)
>WITH loMailItem
>.Subject = "My Subject"
>.To = "John Doe"
>.Body = "My message text"
>.Display
>ENDWITH
>
>Bill

Yes! Thanks Bill!

/Chris
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform