Compartir a través de


EhloCommandEventArgs.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 EhloCommandEventArgs
Dim value As Boolean

value = instance.DisableStartTls

instance.DisableStartTls = value
public bool DisableStartTls { get; set; }

Property Value

Type: System.Boolean