Hunny Software Library Reference

Pop3Client.ReceiveTimeout Property

Gets or sets the timeout for network receive operations.

[Visual Basic]
Public Property ReceiveTimeout As Integer
[C#]
public int ReceiveTimeout {get; set;}

Property Value

The number of seconds before a timeout occurs on network receive operations.

Remarks

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.

See Also

Pop3Client Class | Hunny.Mail Namespace