Pop3Configuration Class |
Namespace: Limilabs.Client.POP3
The Pop3Configuration type exposes the following members.
Name | Description | |
---|---|---|
AuthenticationEncoding |
Gets or sets text encoding used when providing credentials.
| |
AuthWithoutInitialResponse |
Gets or sets the boolean value indicating if AUTH command should be used without initial response only.
Default is false.
| |
DisableAPOP |
Gets or sets the boolean value indicating if APOP login mechanism can be used by UseBestLogin(String, String) method.
Default is true.
| |
RetryAuthWithoutInitialResponse |
Gets or sets value indicating if AUTH command should be retried without initial response on failure.
Default is true.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |