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

Back to MailMan Class Summary

MailMan::GetHeaders

The same as the GetAllHeaders method, except only the emails from fromIndex to toIndex on the POP3 server are returned. The first email on the server is at index 0.

  Declarations  
    [Visual Basic]
Public Function GetHeaders(ByVal Integer numBodyLines , ByVal Integer fromIndex , ByVal Integer toIndex) As Boolean

[C#]
public bool GetHeaders(int numBodyLines , int fromIndex , int toIndex);

[C++]
public bool GetHeaders(int numBodyLines , int fromIndex , int toIndex);

[JScript]
public function GetHeaders(int numBodyLines , int fromIndex , int toIndex) : Boolean
 
  Parameters  
   
numBodyLines
The number of body lines to fetch for each email on the POP3 server.
fromIndex
Index of the first email on the server to be returned. The first email is at index 0.
toIndex
Index of the last email on the server to be returned.
 

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