Creates and adds new 'Auto Response' action to GlobalMessageRuleActionCollection collection.
| C# | Visual Basic | Managed C++ |
public GlobalMessageRuleAction_AutoResponse Add_AutoResponse ( string description, string from, byte[] message )
Public Function Add_AutoResponse ( _ description As String, _ from As String, _ message As Byte() _ ) As GlobalMessageRuleAction_AutoResponse
public: GlobalMessageRuleAction_AutoResponse^ Add_AutoResponse ( String^ description, String^ from, array<unsigned char>^ message )
- description (String)
- Action description text.
- from (String)
- MAIL FROM: what is reported to destination SMTP server when auto response is sent.
- message (Byte[]())
- Full auto response message. This must be rfc 2822 defined message. You can use LumiSoft.Net.Mime class to parse and to construct valid message.
[Missing <returns> documentation for M:LumiSoft.MailServer.API.UserAPI.GlobalMessageRuleActionCollection.Add_AutoResponse(System.String,System.String,System.Byte[])]
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)