Udostępnij za pośrednictwem


MailCommandEventArgs.Auth Property

The Auth property gets or sets a value that specifies the optional Auth parameter for the event to which this instance of the MailCommandEventArgs class was passed.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Property Auth As String
    Get
    Set
'Usage
Dim instance As MailCommandEventArgs
Dim value As String

value = instance.Auth

instance.Auth = value
public string Auth { get; set; }

Property Value

Type: System.String