J
Julieta Prandi
Hi Guys,
I'm trying to cancel the write operation of a message in Outlook 97.
The event MailItem.Write doesn't have parameters as in Outlook 2k and higher
to handle the operation.
I tried using IExchExtMessageEvents:OnWrite event: I return S_OK to handle
the operation by myself but it doesn't work. Outlook saves the message
marked as read instead of unread (if I return S_FALSE it is marked as
unread). The point is that Outlook believes that the message wasn't saved
because it prompts the 'do you want to save changes' dialog but the message
is saved.
Do you know ANY way to workaround this problem?
Thank you a lot!
(-- Julieta --)
I'm trying to cancel the write operation of a message in Outlook 97.
The event MailItem.Write doesn't have parameters as in Outlook 2k and higher
to handle the operation.
I tried using IExchExtMessageEvents:OnWrite event: I return S_OK to handle
the operation by myself but it doesn't work. Outlook saves the message
marked as read instead of unread (if I return S_FALSE it is marked as
unread). The point is that Outlook believes that the message wasn't saved
because it prompts the 'do you want to save changes' dialog but the message
is saved.
Do you know ANY way to workaround this problem?
Thank you a lot!
(-- Julieta --)