EnvelopeRecipient Members
Include Protected Members
Include Inherited Members
The EnvelopeRecipient class is 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, the Address property gets or sets the e-mail address of the recipient. | |
OriginalRecipient | 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. | |
OutboundDeliveryMethod | When overridden in a derived class, the OutboundDeliveryMethod property 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, the Properties property gets a dictionary that contains named value pairs of properties for the recipient. | |
RecipientCategory | The RecipientCategory property gets the recipient's category. | |
RequestedReports | When overridden in a derived class, the RequestedReports property gets or sets a value that specifies which Delivery Status Notification (DSN) reports are requested for the recipient. | |
RoutingOverride | Obsolete. When overridden in a derived class, the RoutingOverride property 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 Microsoft Exchange Server 2007 Service Pack 1 (SP1). |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetRoutingOverride | Obsolete. When overridden in a derived class, the SetRoutingOverride method sets the RoutingOverride property to the instance of the RoutingDomain structure that is specified. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
ToString | (Inherited from Object.) |
Top