Catalyst Internet Mail .NET

InternetMail.mailTimeout Field

A constant value which specifies the default timeout period.

[Visual Basic]
Public Const mailTimeout As Integer = 60
[C#]
public const int mailTimeout = 60;

Remarks

The default timeout period is 60 seconds for each blocking network operation. An error will occur if the operation does not complete within the specified time period.

See Also

InternetMail Class | SocketTools Namespace