Click or drag to resize
DAVFolderUpdateItem Method (String, VCard)
Updates a VCard object within a folder by its filename (ItemId)

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool UpdateItem(
	string ItemId,
	ref VCard vci
)

Parameters

ItemId
Type: SystemString
Server Filename or ItemId. Example test.ics
vci
Type: ARPDev.DAVLIBVCard
VCard object

Return Value

Type: Boolean
True if updated, False if not
Remarks