Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling reply address in outlook
Message
General information
Forum:
Microsoft Office
Category:
Outlook
Miscellaneous
Thread ID:
00365250
Message ID:
00365407
Views:
13
>Use the ReplyRecipients Collection of the mail item object.
>
>Here is a sample:
>
>
>#Define olMailItem	0
>oOutlook = createobject("outlook.application")
>oNameSpace = oOutlook.GetNameSpace("MAPI")
>oMailItem = oOutLook.CreateItem(olMailItem)
>With oMailItem
>   .Subject = "My Message"
>   .To = "xyz@foo.com"
>   .ReplyRecipients.add('foo@abc.com') && specify the reply address here
>   .Send
>EndWith
>
Thanks for the reply but it didn't work. I think the problem might be with exchange server. I don't think exchange server will let you change the reply address. Since all the messages go through exchange I think it has ultimate control not outlook.
Rip Ryness
International Falls, MN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform