Click or drag to resize
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.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public Credentials SmtpCredentials { get; set; }

Property Value

Type: Credentials
The SMTP credentials.
Remarks
Set this value to if you would like to use the SMTP server anonymously.
See Also