Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPI - Sending Attachments to Recipients Programmaticall
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00261254
Message ID:
00262531
Vues:
26
>I thought this info would be worth sharing. I could see how it might easily come up with somebody else.

Thanks for the feedback.

>The next step in my project is that I need to be able to conditionally send this e-mail to multiple recipients in a table called Members.dbf. Any ideas? TIA, Chuck.

Yeah, Use the table, Scan it and for each record set the recipient properties in the class to the fields from Members.Dbf. Like:

USE Members
SCAN
This.cusMAPI.cRecipient = Members.Email
This.cusMAPI.Send()
ENDSCAN
Oct 31 = Dec 25
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform