Specifies how Pocket Outlook notifies the interception application that an intercepted message has arrived.
| C# | Visual Basic |
public enum InterceptionAction
Public Enumeration InterceptionAction
| Member | 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.
|