Selects specified folder (mailbox) as the current read-only folder so that messages inside can be accessed. Examine command will not reset the Recent flag

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public FolderStatus Examine(
	string folder
)
Visual Basic
Public Function Examine ( _
	folder As String _
) As FolderStatus
Visual C++
public:
FolderStatus^ Examine(
	String^ folder
)

Parameters

folder
Type: System..::..String
Folder name.

Return Value

Status of the folder (mailbox).

Remarks

IMAP servers may differ in the separator character used in folder hierarchy paths. Common separator chars are '.' and '/'. For example: "Inbox/Folder" or "Inbox.Folder".

See Also