We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There are two methods implemented provided:
int GetMessageCount()
The method retrieves the number of email in the selected mailbox. The method is part of IMailClient interface.
int GetMessageCount(string mailbox)
The method retrieves the number of email in the mailbox specified by name.