| ImapStatus Method (FolderInfo) |
The STATUS command requests the status of the indicated mailbox.
It does not change the currently selected mailbox, nor does it affect the state of any messages in the queried mailbox (messages don't lose the
Recent) flag.
This command MUST NOT be used as a "check for new messages in the selected mailbox" operation
(You should rather use
FolderStatus and
Noop or
UIDNext) or
Search(Flag)).
STATUS command is not guaranteed to be fast in its response.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Status Status(
FolderInfo folder
)
Public Function Status (
folder As FolderInfo
) As Status
public:
Status^ Status(
FolderInfo^ folder
)
member Status :
folder : FolderInfo -> Status
Parameters
- folder
- Type: Limilabs.Client.IMAPFolderInfo
Folder name.
Return Value
Type:
StatusStatus information of the specified folder.
See Also