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
Public property Address When overridden in a derived class, the Address property gets or sets the e-mail address of the recipient.
Public property 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.
Public property 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.
Public property Properties When overridden in a derived class, the Properties property gets a dictionary that contains named value pairs of properties for the recipient.
Public property RecipientCategory The RecipientCategory property gets the recipient's category.
Public property 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.
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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).
Public method ToString (Inherited from Object.)

Top