Indicates whether the component is performing a lengthy operation.
A bool value indicating whether the component is busy because it's doing some work.
When the component is busy, it's not possible to start another lengthy operation. For instance, if the component connects to the server or transfers data over the network, no other network operation can be started at this time. Any attempt to do so will result in MailBeeInvalidStateException.
Pop3 Class | MailBee.Pop3Mail Namespace