IFsrmActionEmail.MessageText Property

 

Retrieves or sets the message text of the email that is sent when this action generates email.

This property is read/write.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string MessageText { get; set; }
property String^ MessageText {
    String^ get();
    void set(String^ value);
}
abstract MessageText : string with get, set
Property MessageText As String

Property Value

Type: System.String

A String that contains the message text of the email that is sent when this action generates email. The string is limited to 4,000 characters.

See Also

IFsrmActionEmail2
IFsrmActionEmail Interface
Microsoft.Storage Namespace

Return to top