Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPI control
Message
 
 
À
28/06/1999 10:24:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00234749
Message ID:
00235010
Vues:
30
Ivan,

Increment .RecipIndex for each person you want to add. .RecipType is for setting which of the 3 types it is.
   *first recipient
   .RecipDisplayName = "DavidFrankenbach@worldnet.att.net"
   .RecipType = 1
   .ResolveName()

   * second recipient
   .RecipIndex = 1
   .RecipDisplayName = "DavidFrankenbach@worldnet.att.net"
   .RecipType = 2
   .ResolveName()
You should look at the MAPI*.HLP file

>I have a problem with using MAPI ActiveX controls in VFP 6.0.
>I would like to compose a new message to more receipent. I do not know what property I have to specify, because if I send only for one person it is working. Also is there a possibility to send a message to CC and BCC.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform