Click or drag to resize

Pop3Configuration Properties

The Pop3Configuration type exposes the following members.

Properties
 NameDescription
Public propertyAuthenticationEncoding Gets or sets text encoding used when providing credentials.
Public propertyAuthWithoutInitialResponse Gets or sets the boolean value indicating if AUTH command should be used without initial response only. Default is false.
Public propertyDisableAPOP Gets or sets the boolean value indicating if APOP login mechanism can be used by UseBestLogin(String, String) method. Default is true.
Public propertyRetryAuthWithoutInitialResponse Gets or sets value indicating if AUTH command should be retried without initial response on failure. Default is true.
Top
See Also