EnvelopeRecipient.OriginalRecipient Property
When overridden in a derived class, the OriginalRecipient property 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