EnvelopeRecipient.OriginalRecipient property
When overridden in a derived class, gets or sets a recipient address that corresponds to the actual address to which the message is to be delivered.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Property OriginalRecipient As String
Get
Set
'Usage
Dim instance As EnvelopeRecipient
Dim value As String
value = instance.OriginalRecipient
instance.OriginalRecipient = value
public abstract string OriginalRecipient { get; set; }
Property value
Type: System.String
The original email address of the recipient.