V
vba_prog
Does anyone know how to attach an email to a new message programatically as
an RFC822 attachment?
I need to emulate a user creating a new email and then dragging an email
from their inbox to the new email to attach it.
I tried:
newMsg.Attachments.Add "c:\test.eml", olRFC822
where c:\test.eml is an RFC822 export of the message, but that just added a
file:/// hyperlink into the email.
an RFC822 attachment?
I need to emulate a user creating a new email and then dragging an email
from their inbox to the new email to attach it.
I tried:
newMsg.Attachments.Add "c:\test.eml", olRFC822
where c:\test.eml is an RFC822 export of the message, but that just added a
file:/// hyperlink into the email.