Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to issue copy of recipients in MAPI
Message
De
28/03/1999 23:44:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
How to issue copy of recipients in MAPI
Divers
Thread ID:
00202890
Message ID:
00202890
Vues:
35
hi,
Can anyone tell me how to issue a copy of mail to another recipients in MAPI send mail ?
As i know to send mail in MAPI is look like this :
with oleMAPIMessages
.Compose()

* Set the Recipient name and resolve
.RecipDisplayName = "recipient email address"
.RecipType = 1
.ResolveName()

.MsgSubject = "This is the Subject"
.MsgNoteText = "This is the email text"

.Send( .f. )
endwith

How about if i want to issue a copy to another recipients ?
Help !!
thanks

regard,
chang
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform