-
1
- #1
chrisfielder
Technical User
I am using the following code to send e-mails from a VB app
newMessage = myOutlookApp.CreateItem(olMailItem)
etc, etc,
newMessage.send
Is there a way that I can set the default reply address to be something OTHER than the sender? ie. I send the mail from fred@hotmail.com, but the default reply address is set to burt@hotmail.com.
Can't seem to find any examples - any help would be great.
Thanks
chris
newMessage = myOutlookApp.CreateItem(olMailItem)
etc, etc,
newMessage.send
Is there a way that I can set the default reply address to be something OTHER than the sender? ie. I send the mail from fred@hotmail.com, but the default reply address is set to burt@hotmail.com.
Can't seem to find any examples - any help would be great.
Thanks
chris