FolderCreate

IActiveSyncTLClient.FolderCreate method

The FolderCreate creates a new folder as a child folder of the specified parent folder.

public FolderInfo FolderCreate(string parentId, string displayName, UserCreatedFolderTypes type)
Parameter Type Description
parentId String Specifies the server ID of the parent folder of the folder on the server
displayName String Specifies the name of the folder that is shown to the user.
type UserCreatedFolderTypes Specifies the type of the folder to be created.

Return Value

Returns folder information of the created folder

See Also