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

Back to MailMan Class Summary

MailMan::GetAllHeaders

Returns all the emails from the POP3 server, but only the first numBodyLines lines of the body. Attachments are not returned. The emails returned in the EmailBundle are valid ChilkatEmail objects, the only difference is that the body is truncated to include only the top numBodyLines lines.

  Declarations  
    [Visual Basic]
Public Function GetAllHeaders(ByVal Integer numBodyLines) As EmailBundle

[C#]
public EmailBundle GetAllHeaders(int numBodyLines);

[C++]
public EmailBundle *GetAllHeaders(int numBodyLines);

[JScript]
public function GetAllHeaders(int numBodyLines) : EmailBundle
 
  Parameters  
   
numBodyLines
Number of text lines of each body to fetch.
 

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