EnvelopeRecipient Members
The EnvelopeRecipient class is the base class for derived classes that represent a Simple Mail Transfer Protocol (SMTP) recipient.
The following tables list the members exposed by the EnvelopeRecipient type.
Public 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. | |
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 | 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
SetRoutingOverride | 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
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top