Click or drag to resize
DAVFolderCreateItem Method (VCard)
Creates a VCard under this DAVFolder

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVItem CreateItem(
	ref VCard vci
)

Parameters

vci
Type: ARPDev.DAVLIBVCard
VCard object to be created

Return Value

Type: DAVItem
DAVItem object if the item was create (otherwise the object is Nothing)
Remarks