Gets or sets a value, in milliseconds, indicating after what period of time an IMAP operation
(sending commands, waiting for responses or time between data buffer transfers) should timeout.
public int Timeout { get; set; }
Public Property Timeout As Integer
public:
property int Timeout {
int get();
void set(int Timeout);
}
Remarks
By default, this property is set to 60000 (60 seconds). Minimal value is 1000.
A value of -1 or 0 indicates that the request does not timeout.