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 | |
---|---|---|
DisplayName | The DisplayName property gets or sets a value that specifies the friendly display name for the recipient. | |
NativeAddress | The NativeAddress property gets or sets a string value that contains the address that is native to the messaging system for the recipient. | |
NativeAddressType | The NativeAddressType property gets or sets a string that contains the type of address stored in the NativeAddress property. | |
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 | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top