Click or drag to resize

ICardMultiProperty3 Interface

IT Hit WebDAV Classes Reference
Represents business card property v3.0 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 ICardMultiProperty3 : IProperty, 
	ILanguage, ICardMultiProperty, ICardProperty3

The ICardMultiProperty3 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.
(Inherited from ICardMultiProperty.)
Public propertyLanguage
Gets or sets language.
(Inherited from ILanguage.)
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