InterceptionAction Enumeration

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)

Syntax

public enum InterceptionAction
'Declaration
Public Enumeration InterceptionAction

Members

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.

See Also

Reference

Microsoft.WindowsMobile.PocketOutlook.MessageInterception Namespace