wodPop3Server ActiveX Control - Timeout Property
      
 

Description

Timeout value, in seconds.


Property type

A Long value.  


Syntax

object.Timeout [= value]



The Timeout Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodPop3Server.
value A Long value.

Remarks

Timeout value specifies how many seconds must pass without any activity between wodPop3Server and connected user before user will be disconnected from server. This may be important for your server, because on bad networks it can happen that connected user is 'lost' for some reason, and server does not get any information about it from your OS. In such cases, Pop3 server will disconnect any user that doesn't issue new command or receive email body for number of seconds you specify in this property.

You shouldn't set this value below 120 (2 minutes) because users could be connecting to your server from slow networks.