Click or drag to resize

CommonFoldersFindFolderByFlag Method

Finds folder with specified flag.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public FolderInfo FindFolderByFlag(
	string flag
)

Parameters

flag  String
Flag to search for.

Return Value

FolderInfo
Folder having the specified flag.
See Also