Click or drag to resize

IRawProperty Interface

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

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface IRawProperty

The IRawProperty type exposes the following members.

Properties
  NameDescription
Public propertyParameters
List of all property parameters.
Public propertyRawValue
Gets or sets raw property value. This is an escaped property value.
Public propertyTextValue
Gets or sets text value. Unescapes text when getting, escapes when setting.
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