MailBee.NET Objects 4.0

ErrorCodes.IllegalInCurrentState Field

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

public const int IllegalInCurrentState = 11;

Remarks

For instance, it's not possible to append a partial message (i.e. call AppendPartialMessage) to the message which is not partial.

See Also

ErrorCodes Class | MailBee Namespace