Click or drag to resize

ICardMultiProperty Interface

IT Hit WebDAV Classes Reference
Represents business card property that can have more than one instance withing business card object.

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface ICardMultiProperty : IProperty

The ICardMultiProperty type exposes the following members.

Properties
  NameDescription
Public propertyContainer
Parent component for this instance.
(Inherited from IProperty.)
Public propertyIsPrefered
Indicates if this property is preferred.
Public propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IProperty.)
Top
Methods
  NameDescription
Public methodRemove
Deletes property from calendar or business card.
(Inherited from IProperty.)
Top
Remarks
Most of the properties withing a business card can have more than one instance. For example a business card can have several addresses, telephones, emails, etc.
See Also