Click or drag to resize

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.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool RetryAuthWithoutInitialResponse { get; set; }

Property Value

Type: Boolean
See Also