MailBee.NET Objects 3.1

ErrorCodes Class

Provides error code values returned by ErrorCode property of MailBee exceptions and LastResult property of MailBee classes implementing this property.

For a list of all members of this type, see ErrorCodes Members.

System.Object
   MailBee.ErrorCodes

public class ErrorCodes

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The MailBee classes implementing LastResult property are:

The following table lists all the error codes in ascending order:

NameValue
OK0
LicenseError1
Unknown2
Busy3
NoOperationToEnd4
AbortedByUser5
InternalError6
ExternalError7
IllegalInMultiThreadMode8
IllegalContext9
IllegalRaiseEventsMode10
IllegalInCurrentState11
ObjectReadOnly12
JobInBatchFailed13
ArgumentInvalid20
ArgumentNull21
ArgumentEmpty22
ArgumentOutOfRange23
IOException30
FileNotFoundException31
UnauthorizedAccessException32
XmlException33
WebException34
StreamCannotRead40
StreamCannotWrite41
EncodingError42
InvalidDateFormat43
SocketException50
NoIP4AddressesFound51
SocketTimeout52
AbortedByLocalHost53
ConnectionRefused54
AbortedByServer55
HostNotFound56
HostDown57
HostUnreachable58
ConnectionReset59
SocketDisposed60
ProxyConnectionDeclined70
ProxyAuthMethodsNotAccepted71
ProxyUserPassAuthFailed72
ProxyGssApiAuthFailed73
NotConnected100
AlreadyConnected101
AlreadySsl102
NotLoggedIn110
AlreadyLoggedIn111
NoCredentials112
BadCredentials113
UnsupportedLoginMethod114
NoSupportedLoginMethods115
SaslAnswerRejected116
LoginWin32Error117
NegativeResponse120
InvalidResponse121
EmptyResponseLine122
InvalidBinaryResponse123
InconsistentResponse124
InvalidResponseItem125
InvalidBase64DataInResponse126
StartTlsNotAvailable130
SslWin32Error140
BadDnsResponseHeader200
DnsInvalidQName201
DnsQueryMismatch210
DnsRecursionRequired211
NoDnsServersSpecified212
NoDnsAttemptsLeft213
DnsFormatErrorReply220
DnsFailureReply221
DnsNameErrorReply222
DnsNotSupportedReply223
DnsQueryRefusedReply224
DnsUnknownReply225
NoSmtpServersSpecified300
NotHelloed310
EhloNotSupported311
NoSender312
BadSender313
NoRecipients314
BadRecipient315
NoAllowedRecipients316
DataNotAllowed317
BadMessageData318
BdatRejected319
MessageDataTooLarge320
Conversion8bitTo7Bit330
NoSmtpOrDnsServersSpecified400
NoDomainsToSendFor401
NoDomainsForMXLookup402
EmptyHostNameForDnsQuery403
InvalidDomainInCache410
DeadDomainSmtpMXesInCache411
Pop3AuthCommandUnknown500
Pop3CapaCommandUnknown501
ImapFolderNotSelected600
ImapResponseNotFound610
ImapMessageIndexNotFound611
NoMessageInImapResponse612
InvalidImapEnvelope613
ImapUidPlusNotSupported620
ImapQuotaNotSupported621
ImapIdleNotSupported622
ImapSortNotSupported623
TnefSignatureInvalid1000
TnefUnexpectedEndOfStream1001
TnefLevelTypeInvalid1002
TnefAttributeChecksumInvalid1003
TnefAttributeLevelInvalid1004
TnefMapiTypeUnknown1005
CryptoProviderWin32Error1100
CertificateStoreWin32Error1101
CertificateWin32Error1102
SmimeWin32Error1103
CertificateValidationError1110
CertificateDataInvalid1111
NotImpersonated1120
ImpersonationWin32Error1121

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

ErrorCodes Members | MailBee Namespace