DAVFolderCreateItem Method (VCard) |
Creates a VCard under this DAVFolder
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVItem CreateItem(
ref VCard vci
)
Public Function CreateItem (
ByRef vci As VCard
) As DAVItem
public:
DAVItem^ CreateItem(
VCard^% vci
)
member CreateItem :
vci : VCard byref -> DAVItem
Parameters
- vci
- Type: ARPDev.DAVLIBVCard
VCard object to be created
Return Value
Type:
DAVItemDAVItem object if the item was create (otherwise the object is Nothing)
Remarks
See Also