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
Aa567003.pubproperty(en-us,EXCHG.80).gif Address When overridden in a derived class, the Address property gets or sets the e-mail address of the recipient.
Aa567003.pubproperty(en-us,EXCHG.80).gif 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.
Aa567003.pubproperty(en-us,EXCHG.80).gif 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.
Aa567003.pubproperty(en-us,EXCHG.80).gif Properties When overridden in a derived class, the Properties property gets a dictionary that contains named value pairs of properties for the recipient.
Aa567003.pubproperty(en-us,EXCHG.80).gif 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.
Aa567003.pubproperty(en-us,EXCHG.80).gif 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
Aa567003.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa567003.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa567003.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa567003.pubmethod(en-us,EXCHG.80).gifAa567003.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa567003.pubmethod(en-us,EXCHG.80).gif 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).
Aa567003.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa567003.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa567003.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top