ICardMultiProperty2 Interface
IT Hit WebDAV Classes Reference
Represents business card property v2.1 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)
Syntaxpublic interface ICardMultiProperty2 : IProperty,
ILanguage, ICardMultiProperty, ICardProperty2
public interface ICardMultiProperty2 : IProperty,
ILanguage, ICardMultiProperty, ICardProperty2
Public Interface ICardMultiProperty2
Inherits IProperty, ILanguage, ICardMultiProperty, ICardProperty2
Public Interface ICardMultiProperty2
Inherits IProperty, ILanguage, ICardMultiProperty, ICardProperty2
public interface class ICardMultiProperty2 : IProperty,
ILanguage, ICardMultiProperty, ICardProperty2
public interface class ICardMultiProperty2 : IProperty,
ILanguage, ICardMultiProperty, ICardProperty2
type ICardMultiProperty2 =
interface
interface IProperty
interface ILanguage
interface ICardMultiProperty
interface ICardProperty2
end
type ICardMultiProperty2 =
interface
interface IProperty
interface ILanguage
interface ICardMultiProperty
interface ICardProperty2
end
The ICardMultiProperty2 type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Remove |
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