D
Dennis Jensen
Hi,
I have developed an Office Add-in for Microsoft Outlook 2007. I
intercept the Sent event to bring up a dialog for the user to choose a
location in our document management system and then use the built in
SaveAs(...) method to store the e-mail.
This works fine, except for the fact that the e-mail has not yet been
sent at this stage, so the saved file does not include any information
of "Sent" or "From" as it normally would.
What would be the best way to overcome this issue? I have tried
storing the EntryID of the mailitem and then retreiving the item later
to do the SaveAs(...), but Outlook tells me there is no such item with
that EntryID.
Any kind of help is much appreciated,
Dennis
I have developed an Office Add-in for Microsoft Outlook 2007. I
intercept the Sent event to bring up a dialog for the user to choose a
location in our document management system and then use the built in
SaveAs(...) method to store the e-mail.
This works fine, except for the fact that the e-mail has not yet been
sent at this stage, so the saved file does not include any information
of "Sent" or "From" as it normally would.
What would be the best way to overcome this issue? I have tried
storing the EntryID of the mailitem and then retreiving the item later
to do the SaveAs(...), but Outlook tells me there is no such item with
that EntryID.
Any kind of help is much appreciated,
Dennis