LumiSoft Mail Server User API
GlobalMessageRuleAction_enum Enumeration
Namespaces > LumiSoft.MailServer.API.UserAPI > GlobalMessageRuleAction_enum
Specifies match action done when global message rule is matched.
Syntax
C#Visual BasicManaged C++
public enum GlobalMessageRuleAction_enum
Public Enumeration GlobalMessageRuleAction_enum
public enum class GlobalMessageRuleAction_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.
SendErrorToClient
Sends error to currently connected client. NOTE: Error text may contain ASCII printable chars only and maximum length is 500.
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)