Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Integrating Outlook with VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00181950
Message ID:
00182865
Vues:
9
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform