MimeAddressReader Members
The MimeAddressReader structure returns information about an address header.
The following tables list the members exposed by the MimeAddressReader type.
Public Properties
Name | Description | |
---|---|---|
DisplayName | The DisplayName property gets the display name of the address header read by this MimeAddressReader object. | |
The Email property gets the e-mail address of the current recipient. | ||
GroupRecipientReader | The GroupRecipientReader property gets a MimeAddressReader structure that represents a group recipient. | |
IsGroup | The IsGroup property indicates whether the current recipient is a group or an individual. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
ReadNextAddress | The ReadNextAddress method moves to the next address in the header. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from ValueType ) | |
TryGetDisplayName | Overloaded. The TryGetDisplayName overloads try to get the display name of the current address header, but do not throw an exception if the display name uses an encoding that is unsupported. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top