MailBee.NET Objects 4.0

Pop3.Timeout Property

Gets or sets the amount of time (in milliseconds) the component will wait for a response from the server.

public int Timeout {get; set;}

Property Value

The amount of time (in milliseconds) the component will wait for data to be received from the server before returning an error, or zero to wait indefinitely. The default value is DefaultTimeout.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException Timeout is negative.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace