Click or drag to resize

IRawProperty Interface

IT Hit WebDAV Classes Reference
Provides raw access to business card or calendar property.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public interface IRawProperty

The IRawProperty type exposes the following members.

Properties
  NameDescription
Public propertyCompoundValue
Gets or sets parsed compound property value.
Public propertyCode exampleListValue
Gets or sets parsed list-value consisting of components separated by the coma character.
Public propertyParameters
List of all property parameters.
Public propertyRawValue
Gets or sets raw property value. This is an escaped property value.
Public propertyCode exampleStructuredValue
Gets or sets parsed structured text value consisting of components separated by the semicolon character.
Public propertyTextValue
Gets or sets text value. Unescapes text when getting, escapes when setting.
Top
Methods
  NameDescription
Public methodEscapePropValue
Escapes property value.
Public methodGetCompoundValueComponent
Helper method for getting specific component of a compound property.
Public methodSetCompoundValueComponent
Helper method for setting specific component of a compound property.
Top
Remarks

This interface provides raw access to property values and parameters, as well as parsing and escaping of property values and parameters according to rules specific to calendar or business card v2.1, v3.0 or v4.0.

See Also