Timeout Property

Gets and sets the amount of time until a blocking network operation is aborted.

Syntax

object.Timeout [= value]

The Timeout property syntax has the following parts:

Part Description
object An object expression that evaluates to an InternetMail object.
value A long integer which specifies the time in seconds.

Remarks

The Timeout property controls the amount of time that the component will wait for a network operation to complete before aborting the operation and returning an error. A value of zero specifies that the component will wait an indefinite period of time for the operation to complete. The default value for this property is sixty (60) seconds. It may be required to increase this value if a slow or unreliable network connection is being used.

Data Type

Long


Copyright © 2008 Catalyst Development Corporation. All rights reserved.