This topic has not yet been rated - Rate this topic

InterceptionAction Enumeration

Windows Mobile 6.5
3/29/2010

Specifies how Outlook Mobile notifies the interception application that an intercepted message has arrived.

Namespace: Microsoft.WindowsMobile.PocketOutlook.MessageInterception
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
public enum InterceptionAction
Member name Description
Notify Notifies the interception application that an intercepted message has arrived, creates a copy of that message for it to process, then immediately notifies the next interception application that the original intercepted messages has arrived.
NotifyAndDelete Notifies the interception application that an intercepted message has arrived. When this application has finished processing the message, Pocket Outlook deletes the original message.Note: Any other interception application that has not already intercepted this message, will not.
Did you find this helpful?
(1500 characters remaining)