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

Back to MailMan Class Summary

MailMan::MaxCount

Limits the number of messages the MailMan will try to retrieve from the POP3 server in a single method call.

  Declarations  
    [Visual Basic]
Public Property MaxCount As Integer

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

[C++]
public: __property int get_MaxCount();
public: __property void set_MaxCount(int);

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

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