Click or drag to resize

CommonFoldersFindFolderByFlag Method

Finds folder with specified flag.

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

Parameters

flag
Type: SystemString
Flag to search for.

Return Value

Type: FolderInfo
Folder having the specified flag.
See Also