Namespace: ITHit.Collab
The ICollabObject type exposes the following members.
Name | Description | |
---|---|---|
Components |
Dictionary of all calendar components. Empty for card object.
(Inherited from IComponent.) | |
Delimiter |
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IComponent.) | |
ProductId |
Specifies the identifier for the product that created this business card or calendar.
| |
Properties |
Dictionary of all business card or calendar properties.
(Inherited from IComponent.) | |
Version |
Specifies the version of the business card or calendar specification.
|
Name | Description | |
---|---|---|
AddProperty |
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
(Inherited from IComponent.) | |
CreateCustomComponent |
Creates a component that can be added to the list of components of this object.
(Inherited from IComponent.) | |
CreatePropertyT |
Creates a property that do not occure more than once in calendar or business card.
| |
CreateRawProperty |
Creates property that can be added to the list of properties of this object.
(Inherited from IComponent.) | |
CreateTextProp |
Creates ITextProperty property. Returns null if value parameter is null.
Assign the value returned by this method to properties that has a ITextProperty type.
|