IFsrmActionEmail.MailTo Property
Retrieves or sets the email address to which email is sent when this action generates email.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string MailTo { get; set; }
property String^ MailTo {
String^ get();
void set(String^ value);
}
abstract MailTo : string with get, set
Property MailTo As String
Property Value
Type: System.String
A String that contains the email address to which email 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