EldoS
Navigation
Web site
Support
Table Of Contents

Error codes returned by POP3 client.


 
 

Possible values:

[C#] [Pascal] [ActiveX] [DLL] Value Description
SB_POP3_ERROR_NOT_CONNECTED 108545 (0x1A801) The component is not connected
SB_POP3_ERROR_ALREADY_CONNECTED 108546 (0x1A802) The component is in Connected state.
SB_POP3_ERROR_INVALID_STATE 108547 (0x1A803) The invoked command can not be performed in current POP3 state.
SB_POP3_ERROR_INVALID_LENGTH 108548 (0x1A804) The value of MaxLineLength property is below 1000 (value required by the standard).
SB_POP3_ERROR_SMALL_LENGTH 108549 (0x1A805) The value of MaxLineLength property is not sufficient to accomodate the data which is currently available in the incoming buffer.
SB_POP3_ERROR_NO_ADDRESS 108550 (0x1A806) Address property is not set before a call to Open method.
SB_POP3_ERROR_EMPTY_REPLY 108551 (0x1A807) Server reply was empty.
SB_POP3_ERROR_INVALID_REPLY 108552 (0x1A808) Server reply was not valid or could not be parsed for other reason.
SB_POP3_ERROR_INSUFFICIENT_BUFFER 108553 (0x1A809) Buffer passed to ReceiveMessage or ReceiveMessageLines is too small to accomodate all data.
SB_POP3_ERROR_TOO_LONG_LINE 108554 (0x1A80A) The text line received from the server could not be fit into the buffer. Either the message is corrupted or the value of MaxLineLength is too small.
SB_POP3_ERROR_AUTHORIZATION_FAILED 108555 (0x1A80B) Authentication failed.
SB_POP3_ERROR_MESSAGE_FAILED 108556 (0x1A80C) Retrieval of the message using ReceiveMessage or ReceiveMessageLines failed.
SB_POP3_ERROR_DELETE_FAILED 108557 (0x1A80D) Deletion of the message failed.
SB_POP3_ERROR_MAILBOX_INFO_FAILED 108558 (0x1A80E) GetMailboxInfo method failed.
SB_POP3_ERROR_CAPABILITIES_FAILED 108559 (0x1A80F) Capability retrieval failed.
SB_POP3_ERROR_SSL_SESSION_FAILURE 108560 (0x1A810) Explicit TLS session initiation failed.
SB_POP3_ERROR_ID_INFO_FAILED 108561 (0x1A811) Some error happened when retrieving message information (size, ID).
SB_POP3_ERROR_ALLID_INFO_FAILED 108562 (0x1A812) Some error happened when retrieving information using ReceiveMessageIDList or ReceiveMessageList.
SB_POP3_ERROR_TOP_INFO_FAILED 108563 (0x1A813) Header retrieval using ReceiveMessageHeader failed.
SB_POP3_ERROR_SIZE_INFO_FAILED 108564 (0x1A814) ReceiveMessageList failed.
Declared in
[.NET] [Pascal]
Namespace: SBPOP3Client
Assembly: SecureBlackbox.Mail
Unit: SBPOP3Client

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation