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 | |
|---|---|---|
| .gif) | DisplayName | The DisplayName property gets the display name of the address header read by this MimeAddressReader object. | 
| .gif) | The Email property gets the e-mail address of the current recipient. | |
| .gif) | GroupRecipientReader | The GroupRecipientReader property gets a MimeAddressReader structure that represents a group recipient. | 
| .gif) | IsGroup | The IsGroup property indicates whether the current recipient is a group or an individual. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from ValueType ) | 
| .gif) | GetHashCode | (inherited from ValueType ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | ReadNextAddress | The ReadNextAddress method moves to the next address in the header. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from ValueType ) | 
| .gif) | 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 | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top