Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ContactPropertyReader class reads the contents of vCard properties.
The ContactPropertyReader type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
LastValueSeparator | The LastValueSeparator property gets the last value separator read. |
![]() |
Name | The Name property gets the name of the property. |
![]() |
ParameterReader | The ParameterReader property gets a parameter reader that reads the property parameters. |
![]() |
PropertyId | The PropertyId property gets the identifier for the property. |
![]() |
ValueType | The ValueType property returns the type of the parameter. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
ApplyValueOverrides | The ApplyValueOverrides(Encoding, ByteEncoder) method overrides the current character set and/or encoding for the current property value. |
![]() |
GetValueReadStream | The GetValueReadStream() method returns the property value as a stream. |
![]() |
ReadNextProperty | The ReadNextProperty() method advances to the next property and reads the value. |
![]() |
ReadNextValue | The ReadNextValue() method advances to and reads the next value on a property. |
![]() |
ReadValue() | The ReadValue() method parses a property value according to its type and returns it as an object. |
![]() |
ReadValue(ContactValueSeparators) | The ReadValue(ContactValueSeparators) method parses the value according to its type and returns it as an object. Values are separated by the specified separators. |
![]() |
ReadValueAsBoolean() | The ReadValueAsBoolean() method reads the property value as a Boolean value. |
![]() |
ReadValueAsBoolean(ContactValueSeparators) | The ReadValueAsBoolean(ContactValueSeparators) method returns the property value as a Boolean value. Values are separated by the specified separators. |
![]() |
ReadValueAsBytes | The ReadValueAsBytes() method returns the property value as a byte array. |
![]() |
ReadValueAsDateTime(ContactValueType) | The ReadValueAsDateTime(ContactValueType) method returns the property value as a date and time. |
![]() |
ReadValueAsDateTime(ContactValueType, ContactValueSeparators) | The ReadValueAsDateTime(ContactValueType, ContactValueSeparators) method return the property value as a date and time. Values are separated by the specified separators. |
![]() |
ReadValueAsDouble() | The ReadValueAsDouble() method returns the property value as a double. |
![]() |
ReadValueAsDouble(ContactValueSeparators) | The ReadValueAsDouble(ContactValueSeparators) method returns the property value as a double. Values are separated by the specified separators. |
![]() |
ReadValueAsInt32() | The ReadValueAsInt32() method returns the property value as an integer. |
![]() |
ReadValueAsInt32(ContactValueSeparators) | The ReadValueAsInt32(ContactValueSeparators) method returns the property value as an integer. Values are separated by the specified separators. |
![]() |
ReadValueAsString() | The ReadValueAsString() method returns the property value as a string. |
![]() |
ReadValueAsString(ContactValueSeparators) | ReadValueAsString(ContactValueSeparators) Values are separated by the specified separators. |
![]() |
ReadValueAsTimeSpan() | The ReadValueAsTimeSpan() method returns the property value as a time span. |
![]() |
ReadValueAsTimeSpan(ContactValueSeparators) | The ReadValueAsTimeSpan(ContactValueSeparators) method returns the property value as a time span. Values are separated by the specified separators. |
Top
.gif)
.gif)