MailBee.NET Objects 4.0

Pop3.IsBusy Property

Indicates whether the component is performing a lengthy operation.

public bool IsBusy {get;}

Property Value

A bool value indicating whether the component is busy because it's doing some work.

Remarks

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.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace