Share via


EmailRecipient Members

The EmailRecipient type represents a single recipient of a EmailMessage class message.

The following tables list the members exposed by the EmailRecipient type.

Public Constructors

  Name Description
EmailRecipient The EmailRecipient method initializes a new instance of the EmailRecipient class by using the specified values for the display name and the Simple Mail Transfer Protocol (SMTP) address of the recipient.

Top

Public Properties

  Name Description
Aa566504.pubproperty(en-us,EXCHG.80).gif DisplayName The DisplayName property gets or sets a value that specifies the friendly display name for the recipient.
Aa566504.pubproperty(en-us,EXCHG.80).gif NativeAddress The NativeAddress property gets or sets a string value that contains the address that is native to the messaging system for the recipient.
Aa566504.pubproperty(en-us,EXCHG.80).gif NativeAddressType The NativeAddressType property gets or sets a string that contains the type of address stored in the NativeAddress property.
Aa566504.pubproperty(en-us,EXCHG.80).gif SmtpAddress The SmtpAddress property gets or sets a value that specifies the Simple Mail Transfer Protocol (SMTP) address of the recipient.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa566504.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa566504.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa566504.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa566504.pubmethod(en-us,EXCHG.80).gifAa566504.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa566504.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top