Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email function to use the CC: function
Message
From
16/07/2003 09:56:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Email function to use the CC: function
Miscellaneous
Thread ID:
00810630
Message ID:
00810630
Views:
62
I use the email function(Mapi) to send the email in the to: category i put the email address.

Can you please tell me i also want to make a copy of the email to the another recipient. by putting the email address in the CC:

I use this for sending the email where it puts the name which is appearing on the form in the To:
******************************Start****************************
.oleMessage.Compose
.oleMessage.RecipIndex = 0
.oleMessage.AddressResolveUI = .T.
.oleMessage.RecipDisplayName = ALLTRIM(cn_revw.reviewer)
.oleMessage.ResolveName

******************************End*******************************

Thank you very much.
Next
Reply
Map
View

Click here to load this message in the networking platform