IFsrmActionEmail.MailFrom Property
Retrieves or sets the email address to use as the sender of the email when the action generates an email message.
This property is read/write.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string MailFrom { get; set; }
property String^ MailFrom {
String^ get();
void set(String^ value);
}
abstract MailFrom : string with get, set
Property MailFrom As String
Property Value
Type: System.String
A String that contains the email address to use as the sender of the email when the action generates an email message. The string is limited to 4,000 characters.
See Also
IFsrmActionEmail2
IFsrmActionEmail Interface
Microsoft.Storage Namespace
Return to top