ContactParameterReader members
The ContactParameterReader class reads contact information from a vCard contact parameter.
The ContactParameterReader type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | The Name property gets the name of the parameter. | |
ParameterId | The ParameterId property returns the identifier for the parameter. |
Top
Methods
Name | Description | |
---|---|---|
ReadNextParameter | The ReadNextParameter() method advances to and reads the next parameter. | |
ReadNextValue | The ReadNextValue() method returns the next value of a multi-value parameter. | |
ReadValue | The ReadValue() method returns the value of a parameter. |
Top