次の方法で共有


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
Aa579330.pubproperty(en-us,EXCHG.80).gif DisplayName The DisplayName property gets the display name of the address header read by this MimeAddressReader object.
Aa579330.pubproperty(en-us,EXCHG.80).gif Email The Email property gets the e-mail address of the current recipient.
Aa579330.pubproperty(en-us,EXCHG.80).gif GroupRecipientReader The GroupRecipientReader property gets a MimeAddressReader structure that represents a group recipient.
Aa579330.pubproperty(en-us,EXCHG.80).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
Aa579330.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa579330.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa579330.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa579330.pubmethod(en-us,EXCHG.80).gif ReadNextAddress The ReadNextAddress method moves to the next address in the header.
Aa579330.pubmethod(en-us,EXCHG.80).gifAa579330.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa579330.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )
Aa579330.pubmethod(en-us,EXCHG.80).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
Aa579330.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa579330.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top