Gets or sets the length of time before the abort operation times out.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Property AbortTimeout As Integer Get Set |
C# |
---|
public int AbortTimeout { get; set; } |
Field Value
The length of time, in milliseconds, until the abort operation times out. Default is 3000, which seems to be a reasonable value.Remarks
Minimal value is 1000. Setting this to a value lower than 1000 will set it to 1000.