|
EmailNotificationOptionsConnectionSecurity Property
|
This value represents the SMTP server connection security.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic SmtpConnectionSecurity ConnectionSecurity { get; set; }
Public Property ConnectionSecurity As SmtpConnectionSecurity
Get
Set
public:
property SmtpConnectionSecurity ConnectionSecurity {
SmtpConnectionSecurity get ();
void set (SmtpConnectionSecurity value);
}
function get_ConnectionSecurity();
function set_ConnectionSecurity(value);
Property Value
Type:
SmtpConnectionSecurityConnection security
See Also