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
public abstract string OriginalRecipient { get; set; }
public:
virtual property String^ OriginalRecipient {
String^ get () abstract;
void set (String^ value) abstract;
}
/** @property */
public abstract String get_OriginalRecipient ()
/** @property */
public abstract void set_OriginalRecipient (String value)
public abstract function get OriginalRecipient () : String
public abstract function set OriginalRecipient (value : String)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003