RcptCommandEventArgs.Notify property
The Notify property gets or sets an instance of the DsnTypeRequested class that is associated with the event to which this instance of the RcptCommandEventArgs class was passed.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property Notify As DsnTypeRequested
Get
Set
'Usage
Dim instance As RcptCommandEventArgs
Dim value As DsnTypeRequested
value = instance.Notify
instance.Notify = value
public DsnTypeRequested Notify { get; set; }
Property value
Type: Microsoft.Exchange.Data.Transport.DsnTypeRequested
Remarks
The Notify property represents the optional Notify parameter.