Click or drag to resize

IEventBasePriority Property

IT Hit WebDAV Classes Reference
Gets or sets the relative priority for a calendar component.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
IInteger Priority { get; set; }

Property Value

Type: IInteger
IInteger or null if property is not present. Use CreatePropertyT to create a new property and assign value. Set value to null to remove the property.
Remarks

An integer in the range 0 to 9. A value of 0 specifies an undefined priority. A value of 1 is the highest priority.

http://tools.ietf.org/html/rfc5545#section-3.8.1.9

See Also