Gets or sets time-out time.
[Visual Basic]
Public Property Timeout As Integer
[C#]
public int Timeout {get; set;}
Property Value
Integer to indicate time-out time. Unit to be used is millisecond.
Example
How to set a time-out time.
pop.Timeout = 10000
pop.Timeout = 10000;
See Also
AwPop Class | Asterworld.Mail Namespace