ErrorCodesConversion8bitTo7Bit Field
7bit-to-8bit conversion of the message data is required.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public const int Conversion8bitTo7Bit

Field Value

Type: Int32
Remarks
Occurs if the following conditions are met:
  • The message contains 8bit data
  • The server does not support transmitting 8bit data
  • MailBee is told not to ignore 7bit-to-8bit issue (Conversion8BitTo7bit value is not DoNothing)
See Also