CheckMailbox Method

Sends a 'CHECK' command to the server.

Syntax

public void CheckMailbox();
Public Sub CheckMailbox()

Remarks

This method sends a 'CHECK' command to the server, asking it to perform any necessary 'housekeeping' operations on, and update the state of the currently selected mailbox.

.NET Standard Notes

To call this method in an asynchronous manner call CheckMailboxAsync instead. When the method completes (or an error is encountered) the CheckMailboxCompleted event will fire.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 7718]