Gets or sets the timeout for network receive operations.
The number of seconds before a timeout occurs on network receive operations.
The library supports separate timeout values for sending and receiving. This property affects the timeout for receive operations. The SendTimeout property affects the timeout for connect and send 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.
Pop3Client Class | Hunny.Mail Namespace