Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email function to use the CC: function
Message
 
 
To
18/07/2003 16:49:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00810630
Message ID:
00811692
Views:
15
>Hello sergey,
>Can you please tell me How to send an email with the To: and CC: both at same time.
>
>Thank you.

Try
  .RecipIndex = .RecipCount
  .RecipDisplayName = "<  TO email address >"
  .RecipIndex = .RecipCount
  .RecipDisplayName = "<  CC email address >"
  .RecipType = 2
Even better, download MAPIMAIL class from http://milan.jikos.cz/FoxPro/mapimail.zip
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform