Specifies match action done when user message rule is matched.
| C# | Visual Basic | Managed C++ |
public enum UserMessageRuleAction_enum
Public Enumeration UserMessageRuleAction_enum
public enum class UserMessageRuleAction_enum
| Member | Description |
|---|---|
| AutoResponse |
AutoResponse is sent to specified recipient.
|
| DeleteMessage |
Deletes message.
|
| ForwardToEmail |
Message is forwarded to specified email.
|
| ForwardToHost |
Message is forwarded to specified host.
|
| StoreToDiskFolder |
Message is stored to specified disk folder.
|
| ExecuteProgram |
Specified program is executed.
|
| MoveToIMAPFolder |
Moves message to specified message folder(for example: Junk). This will take effect only for local recipients only !
|
| AddHeaderField |
Appends specified header field to message.
|
| RemoveHeaderField |
Removes specified header field or fields if there are multiple of them.
|
| StoreToFTPFolder |
Stores message to specified FTP server folder.
|
| PostToNNTPNewsGroup |
Posts message to specified NNTP newsgroup.
|
| PostToHTTP |
Posts message to specified page via HTTP.
|
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)