Timeout Property

The maximum duration in second the object waiting for a response from server.


Data Type: long

Remarks

Default value is 60.

Usage Example

[Visual Basic]
Dim oPop3 As Object

Set oPop3 = CreateObject("ANPOP.POPMAIN")
oMsg.Timeout = 60
[C#]
POPMAINClass oPop3 = new POPMAINClass();
oPop3.Timeout = 60;

See Also

Connect Method


2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.