ErrorCodesInvalidDataFormat Field |
The supplied data string or byte block has invalid format.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic const int InvalidDataFormat
Public Const InvalidDataFormat As Integer
Field Value
Type:
Int32
RemarksFor instance, this error may occur if the application tries to load an Outlook .MSG file like
if it was .EML MIME file (using
MailMessage class instead of
MsgConvert class).
See Also