RuleActionsServerReplyWithMessage Property |
Gets or sets the ID of the template message that is to be sent as a reply to incoming messages.
Namespace:
Aspose.Email.Clients.Exchange
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string ServerReplyWithMessage { get; set; }Public Property ServerReplyWithMessage As String
Get
Set
public:
property String^ ServerReplyWithMessage {
String^ get ();
void set (String^ value);
}member ServerReplyWithMessage : string with get, set
Property Value
Type:
String
See Also