Indicates whether the component is performing a lengthy operation.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
Get
Property Value
Type:
BooleanA 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