Emailing Activesheet As Body of Email
On Dec 16, 3:48 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Yes, as I said, you need to return ActiveSheet.MailEnvelope.Item, which is a MailItem, and
then work with its ReplyRecipients collection, just as you would its Recipients. Use the Add method.
Thanks Sue, I have the code functioning as I require, treating
ActiveSheet.MailEnvelope.Item as a MailItem allowed me to set both the
ReplyTo and SentOnBehalfOf properties.
Thanks again.
PWS
|