MimeAddressReader Members
Include Protected Members
Include Inherited Members
The MimeAddressReader structure returns information about an address header.
The MimeAddressReader type exposes the following members.
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
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from ValueType.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from ValueType.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ReadNextAddress | The ReadNextAddress method moves to the next address in the header. | 
| .gif) | ToString | (Inherited from ValueType.) | 
| .gif) | TryGetDisplayName(String) | The TryGetDisplayName method tries to get the display name of the current address header. | 
| .gif) | TryGetDisplayName(DecodingOptions, DecodingResults, String) | The TryGetDisplayName method tries to get the display name of the current address header and makes available information about the encoding of the display name. | 
Top