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