Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automate the Mail process from VFP
Message
From
24/03/2004 11:03:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Title:
Automate the Mail process from VFP
Miscellaneous
Thread ID:
00889281
Message ID:
00889281
Views:
77
This is the codes I used to generate a new mail.

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?

Thanks, Tai Fei Pao

this.parent.OleMMess.msgnotetext="This is the mail test"
this.parent.OleMMess.RecipDisplayName="TFP"
this.parent.OleMMess.msgsubject="Transmit Letter #: " + ALLTRIM sasval.val_tmlt)
this.parent.OleMMess.send(1)
Next
Reply
Map
View

Click here to load this message in the networking platform