IFsrmSetting.MailFrom Property

 

Retrieves or sets the default email address from which email messages are sent.

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 default email address from which email messages are sent. The address is limited to 4,000 characters.

Remarks

The default is "FSRM@local machine name". You cannot set this to "[Admin Email]".

For an example, see IFsrmSetting.

See Also

FsrmSetting
IFsrmSetting Interface
Microsoft.Storage Namespace

Return to top