Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI control
Message
 
 
To
28/06/1999 10:24:30
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00234749
Message ID:
00235010
Views:
29
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
Previous
Reply
Map
View

Click here to load this message in the networking platform