Udostępnij za pośrednictwem


MailCommandEventArgs.DsnFormatRequested Property

The DsnFormatRequested property gets or sets an instance of the DsnFormatRequested class that is associated with 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 DsnFormatRequested As DsnFormatRequested
    Get
    Set
'Usage
Dim instance As MailCommandEventArgs
Dim value As DsnFormatRequested

value = instance.DsnFormatRequested

instance.DsnFormatRequested = value
public DsnFormatRequested DsnFormatRequested { get; set; }