ContactParameterReader Members

Include Protected Members
Include Inherited Members

The ContactParameterReader class reads contact information from a vCard contact parameter.

The ContactParameterReader type exposes the following members.

Properties

  Name Description
Public property Name The Name property gets the name of the parameter.
Public property ParameterId The ParameterId property returns the identifier for the parameter.

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 ReadNextParameter The ReadNextParameter() method advances to and reads the next parameter.
Public method ReadNextValue The ReadNextValue() method returns the next value of a multi-value parameter.
Public method ReadValue The ReadValue() method returns the value of a parameter.
Public method ToString (Inherited from ValueType.)

Top