Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Automation Reply To
Message
From
29/08/2001 11:08:07
 
 
To
29/08/2001 10:00:56
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00550269
Message ID:
00550340
Views:
18
>Does anyone know how to change the replyto property in outlook programticly.
>
>These all cause an ole error.
>
>omailItem.replyto("test@criny.com")
>omailItem.replyto="test@criny.com"
>
>
>Thanks in advance

Look at the ReplyRecipients collection. It's basically a collection of recipient objects, and you would add to it like this:
omailItem.ReplyRecipients.Add("somebody@somewhere.com")
HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform