LumiSoft Mail Server User API
UserMessageRuleAction_enum Enumeration
Namespaces > LumiSoft.MailServer.API.UserAPI > UserMessageRuleAction_enum
Specifies match action done when user message rule is matched.
Syntax
C#Visual BasicManaged C++
public enum UserMessageRuleAction_enum
Public Enumeration UserMessageRuleAction_enum
public enum class UserMessageRuleAction_enum
Members
MemberDescription
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)