Gets or sets the timeout for network send operations.
The number of seconds before a timeout occurs on network connect or send operations.
The library supports separate timeout values for sending and receiving. This property affects the timeout for connect and send operations. The ReceiveTimeout property affects the timeout for receive operations.
If a network operation times out, the method that was executing throws an instance of Hunny.Mail.Exception with the value of Exception.ErrorCode set to ErrorCode.TimedOut.
Imap4Client Class | Hunny.Mail Namespace