Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automate the Mail process from VFP
Message
From
24/03/2004 11:28:37
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
00889281
Message ID:
00889294
Views:
15
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
Next
Reply
Map
View

Click here to load this message in the networking platform