|
EmailNotificationOptionsLoginToSmtpServer Property
|
This value is true if you must log in to the SMTP server; otherwise, it is false.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool LoginToSmtpServer { get; set; }Public Property LoginToSmtpServer As Boolean
Get
Set
public:
property bool LoginToSmtpServer {
bool get ();
void set (bool value);
}function get_LoginToSmtpServer();
function set_LoginToSmtpServer(value);
Property Value
Type:
Boolean to login to the SMTP server; otherwise,
.
See Also