ICardPropertyListTCreateItem Method
IT Hit WebDAV Classes Reference
Creates new item that can be added to this list using Add(T) method.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax abstract CreateItem : unit -> 'T
Return Value
Type:
T[Missing <returns> documentation for "M:ITHit.Collab.Card.ICardPropertyList`1.CreateItem"]
Remarks
This method creates properties that correspond to original business card object version, regardless of return type.
For example if you hold
ICard2 interface for business card v4.0 object, this method creates
Address items that implement
IAddress2,
IAddress3 and
IAddress4,
even though the
[!:ICard2.Addresses.CreateItem()] method returns
IAddress2 interface.
That is you can cast
IAddress2 to
IAddress3 and
IAddress4
for business card 4.0 object.
See Also