.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to MailMan Class Summary

MailMan::ReadTimeout

The maximum number of seconds to wait for new data to arrive from the POP3 server. A value of 0 (the default) sets the timeout to infinity. Setting a reasonable timeout value will prevent your application from hanging if the POP3 server stops responding.

  Declarations  
    [Visual Basic]
Public Property ReadTimeout As Integer

[C#]
public int ReadTimeout {get; set;}

[C++]
public: __property int get_ReadTimeout();
public: __property void set_ReadTimeout(int);

[JScript]
public function get ReadTimeout() : int;
public function set ReadTimeout(int);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.