|
EmailNotificationOptionsFrom Property
|
This value is the e-mail address that will be placed in the From field of the email message.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string From { get; set; }
Public Property From As String
Get
Set
public:
property String^ From {
String^ get ();
void set (String^ value);
}
function get_From();
function set_From(value);
Property Value
Type:
StringAn e-mail address that will be placed in the From field of the e-mail message.
See Also