Share via


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
Public property DisplayName The DisplayName property gets the display name of the address header read by this MimeAddressReader object.
Public property Email The Email property gets the e-mail address of the current recipient.
Public property GroupRecipientReader The GroupRecipientReader property gets a MimeAddressReader structure that represents a group recipient.
Public property IsGroup The IsGroup property indicates whether the current recipient is a group or an individual.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadNextAddress The ReadNextAddress method moves to the next address in the header.
Public method ToString (Inherited from ValueType.)
Public method TryGetDisplayName(String) The TryGetDisplayName method tries to get the display name of the current address header.
Public method 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