MimeAddressReader members
The MimeAddressReader structure returns information about an address header.
The MimeAddressReader type exposes the following members.
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
Methods
Name | Description | |
---|---|---|
ReadNextAddress | The ReadNextAddress method moves to the next address in the header. | |
TryGetDisplayName(String) | The TryGetDisplayName method tries to get the display name of the current address header. | |
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