Gets or sets a value, in milliseconds, indicating after what period of time a IMAP
abort operation should timeout.
public int AbortTimeout { get; set; }
Public Property AbortTimeout As Integer
public:
property int AbortTimeout {
int get();
void set(int AbortTimeout);
}
Remarks
By default, this property is set to 3000 (3 seconds). Minimal value is 1000.