Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automate the Mail process from VFP
Message
From
24/03/2004 11:41:23
 
 
To
24/03/2004 11:28:37
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
00889281
Message ID:
00889299
Views:
18
Thank you. It works great!

Tai Fei Pao

>this.parent.OleMMess.RecipDisplayName="TFP" will put the mail address to 'To' field. Which property do I need to use to put the mail 'cc' list?
>
>
>#define mapCcList 2
>WITH This.Parent.OleMMess
>  .RecipIndex = .RecipCount
>  .RecipDisplayName = "QRS"
>  .RecipType = mapCcList
>ENDWITH
>
Previous
Reply
Map
View

Click here to load this message in the networking platform