Greetings,
Basically I want to look in an OWA Mailbox and fine a message. (which I've done using the samples).
But when I find that message I simply want to forward it.
I can't figure out how to copy my EaGetMail oMail object (with attachment(s) to an EaSendMail oMail object, change the To: Address and go.
I have been able to copy the email.
outMail.Subject = oMail.Subject.ToString(); Etc, and get all the parts, but it seems to be there has to be a better way.
the getmailObject To attribute is read only.
Any tips tricks? I'm sure this problem has been solved before.
(using C#).
Thanks in advance.
-=MD