Click or drag to resize

SmtpConnectionSecurity Enumeration

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public enum SmtpConnectionSecurity
Members
  Member nameValueDescription
Plain0 The security is plain.
SSL1 The security is Secure Sockets Layer.
TLS2 The security is Transport Layer Security.
See Also