R
Ronnie
Hi,
I am developing an Outlook add-in with a send event handler that
modifies the recipient list before the message is sent to redirect the
message to our sever. For this to be seamless to the user, we need to
save the original message that the user has sent with the original
recipient list (before it was re-directed) to the sent folder. We are
able to save a copy of the message before we modify it but the
'date' (MailItem.SentOn) and the 'from' (MailItem.SenderName)
are read only. Is there a way to set those two fields so that it shows
up in the sent folder as if it was actually sent?
Thanks,
Ronnie
I am developing an Outlook add-in with a send event handler that
modifies the recipient list before the message is sent to redirect the
message to our sever. For this to be seamless to the user, we need to
save the original message that the user has sent with the original
recipient list (before it was re-directed) to the sent folder. We are
able to save a copy of the message before we modify it but the
'date' (MailItem.SentOn) and the 'from' (MailItem.SenderName)
are read only. Is there a way to set those two fields so that it shows
up in the sent folder as if it was actually sent?
Thanks,
Ronnie