3/25/2008
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
Public Enumeration 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. |