 | ImapConfigurationRetryAuthWithoutInitialResponse Property |
Gets or sets value indicating if AUTHENTICATE command should be retried without initial response on failure.
True means retry using 2 separate commands on a single command failure.
Default is true.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool RetryAuthWithoutInitialResponse { get; set; }Public Property RetryAuthWithoutInitialResponse As Boolean
Get
Set
public:
property bool RetryAuthWithoutInitialResponse {
bool get ();
void set (bool value);
}member RetryAuthWithoutInitialResponse : bool with get, set
Property Value
Boolean
See Also