|
EmailNotificationOptionsSmtpServer Property |
This value is the name of the SMTP server.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string SmtpServer { get; set; }
Public Property SmtpServer As String
Get
Set
public:
property String^ SmtpServer {
String^ get ();
void set (String^ value);
}
function get_SmtpServer();
function set_SmtpServer(value);
Property Value
Type:
StringThe SMTP server.
See Also