MailBee.NET Objects 4.0

FolderStatus Class

Provides properties used to examine the status of a single folder of the mail account.

For a list of all members of this type, see FolderStatus Members.

System.Object
   MailBee.ImapMail.FolderStatus

public class FolderStatus

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

To obtain the status of a particular folder, the developer can call GetFolderStatus method.

Note   GetFolderStatus method obtains the status information about the requested folder without selecting it. The currently selected folder (if any) remains selected after calling this method.

Requirements

Namespace: MailBee.ImapMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

FolderStatus Members | MailBee.ImapMail Namespace | GetFolderStatus