ConnectEventArgs.DisableStartTls Property
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property DisableStartTls As Boolean
Get
Set
'Usage
Dim instance As ConnectEventArgs
Dim value As Boolean
value = instance.DisableStartTls
instance.DisableStartTls = value
public bool DisableStartTls { get; set; }
Property Value
Type: System.Boolean