Specifies various POP3 options.
public enum Pop3Options
Public Enum Pop3Options
public enum class Pop3Options
Name | Description |
---|
None | No options. |
IgnoreUnparsableHeaders | Ignore unparsable headers when parsing mail message. |
IgnoreUnparsableSignatures | Ignore unparsable S/MIME signature entities when parsing mail message. |
DoNotAllowDuplicateUniqueIds | Throw an exception if duplicate unique ID is encountered by the GetMessageList method.
This was default behavior until ComponentPro Mail 1.0.3333.0 (inclusive). |
IgnoreInvalidEndings | Ignore invalid endings before the actual end of message data. |
DisableGmailRetrieveWorkaround | Disables workaround for non-standard behavior of Gmail's RETR command. |
Top