ErrorCodesIllegalInCurrentState Field
The method cannot run in the current state of the object.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public const int IllegalInCurrentState

Field Value

Type: Int32
Remarks
For instance, it's not possible to append a partial message (i.e. call AppendPartialMessage(MailMessage)) to the message which is not partial.
See Also