RcptCommandEventArgs.OriginalRecipient Property
The OriginalRecipient property gets or sets a value that specifies the ORCPTSimple Mail Transfer Protocol (SMTP) parameter 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 OriginalRecipient As String
Get
Set
'Usage
Dim instance As RcptCommandEventArgs
Dim value As String
value = instance.OriginalRecipient
instance.OriginalRecipient = value
public string OriginalRecipient { get; set; }
Property Value
Type: System.String