FsrmSettingClass.MailFrom Property
Retrieves or sets the default email address from which email messages are sent.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual string MailFrom { get; set; }
public:
property String^ MailFrom {
virtual String^ get();
virtual void set(String^ value);
}
abstract MailFrom : string with get, set
override MailFrom : string with get, set
Public Overridable Property MailFrom As String
Property Value
Type: System.String
Returns a String containing the default email address from which email messages are sent. The address is limited to 4,000 characters.
Implements
Remarks
The default is" FSRM@local machine name". You cannot set this to "[Admin Email]".
See Also
FsrmSetting
IFsrmSetting
FsrmSettingClass Class
Microsoft.Storage Namespace
Return to top