RcptCommandEventArgs.RecipientAddress property
The RecipientAddress property gets or sets an instance of the RoutingAddress 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 RecipientAddress As RoutingAddress
Get
Set
'Usage
Dim instance As RcptCommandEventArgs
Dim value As RoutingAddress
value = instance.RecipientAddress
instance.RecipientAddress = value
public RoutingAddress RecipientAddress { get; set; }
Property value
Type: Microsoft.Exchange.Data.Transport.RoutingAddress
Remarks
The RecipientAddress property represents the optional To parameter.