EnvelopeRecipient members
The base class for derived classes that represent a Simple Mail Transfer Protocol (SMTP) recipient.
The EnvelopeRecipient type exposes the following members.
Properties
Name | Description | |
---|---|---|
Address | When overridden in a derived class, gets or sets the email address of the recipient. | |
OriginalRecipient | 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. | |
OutboundDeliveryMethod | When overridden in a derived class, gets the outbound delivery method to the destination for the MailItem for this instance of the EnvelopeRecipient class. | |
Properties | When overridden in a derived class, gets a dictionary that contains name/value pairs of properties for the recipient. | |
RecipientCategory | Gets the recipient's category. | |
RequestedReports | When overridden in a derived class, gets or sets a value that specifies which delivery status notification (DSN) reports are requested for the recipient. | |
RoutingOverride | When overridden in a derived class, gets an instance of the RoutingDomain structure that specifies the domain to use to override the routing destination for this recipient. This member was introduced in Exchange Server 2007 Service Pack 1 (SP1). |
Top
Methods
Name | Description | |
---|---|---|
SetRoutingOverride | When overridden in a derived class, sets the RoutingOverride property to the instance of the RoutingDomain structure that is specified. This member was introduced in Exchange Server 2007 Service Pack 1 (SP1). |
Top