Skip to content
Dmitry Boyarintsev edited this page Nov 14, 2021 · 5 revisions

GetMessageCount

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.



              
Clone this wiki locally