|
EmailNotificationOptionsSmtpCredentials Property |
This value represents the credentials used to log into the SMTP server. Do not set this value if you want to user the SMTP server anonymously.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Credentials SmtpCredentials { get; set; }
Public Property SmtpCredentials As Credentials
Get
Set
public:
property Credentials^ SmtpCredentials {
Credentials^ get ();
void set (Credentials^ value);
}
function get_SmtpCredentials();
function set_SmtpCredentials(value);
Property Value
Type:
CredentialsThe SMTP credentials.
Remarks
Set this value to if you would like to use the SMTP server
anonymously.
See Also