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

Back to MailMan Class Summary

MailMan::SizeLimit

The MailMan will not try to retrieve mail messages from a POP3 server that are greater than this size limit. The default value is 0 indicating no size limit.

  Declarations  
    [Visual Basic]
Public Property SizeLimit As Integer

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

[C++]
public: __property int get_SizeLimit();
public: __property void set_SizeLimit(int);

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

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