IFsrmActionEmail.MailSubject Property
Retrieves or sets the subject 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 MailSubject { get; set; }
property String^ MailSubject {
String^ get();
void set(String^ value);
}
abstract MailSubject : string with get, set
Property MailSubject As String
Property Value
Type: System.String
A String that contains the subject 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