Share via


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

See also

Reference

MailCommandEventArgs class

MailCommandEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace