Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to issue copy of recipients in MAPI
Message
De
29/03/1999 22:19:33
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00202890
Message ID:
00203276
Vues:
14
David,
Form your sample code of qGEN015, that's only send an email to one recipient.I can't find how to send to multiple recipients.
* Send an email
with oleMAPIMessages
.Compose()
* Set the Recipient name and resolve
.RecipDisplayName = "DavidFrankenbach@worldnet.att.net"
.RecipType = 1
.ResolveName()
.MsgSubject = "This is the Subject"
.MsgNoteText = "This is the email text"
.Send( .f. )endwith

can u show me how to send multiple copy of email to multiple recipients ?
that's the CC: item in outlook express.
and also can u tell me what is the .reciptype=1 mean ?

thanks,
chang
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform