Click or drag to resize
DAVClientGetContainerTypeByName Method
Uses the name of the folder to determine the type

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVContainerType GetContainerTypeByName(
	string sFolderKey
)

Parameters

sFolderKey
Type: SystemString
Common name string used to represent a folder. Eg: Calendar, Tasks, Contacts, $GAL (for Global Address List)

Return Value

Type: DAVContainerType
DAVContainerType resolved from sFolderKey
Remarks