P
Peter
Hi all,
I'm using an add-in to store (some) outgoing Outlook e-mails in a DMS.
Since it's stored *before* the message is actually sent, the send status of
the message is 'not sent' in the DMS.
When users reopen the message from the DMS, they are confused, since Outlook
will say "This message has not been sent".
Does anyone have an idea of how to suppress this message?
If the event handlers would work properly, I could delay adding the message
to the DMS until it appears in the Sent-Items folder, but that can have
side-effects, for example, if message delivery is deferred or if the message
cannot be delivered for some reason. The message should be stored in the DMS
right away, but preferrably, without any delivery status information.
Peter
I'm using an add-in to store (some) outgoing Outlook e-mails in a DMS.
Since it's stored *before* the message is actually sent, the send status of
the message is 'not sent' in the DMS.
When users reopen the message from the DMS, they are confused, since Outlook
will say "This message has not been sent".
Does anyone have an idea of how to suppress this message?
If the event handlers would work properly, I could delay adding the message
to the DMS until it appears in the Sent-Items folder, but that can have
side-effects, for example, if message delivery is deferred or if the message
cannot be delivered for some reason. The message should be stored in the DMS
right away, but preferrably, without any delivery status information.
Peter