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

Back to MailMan Class Summary

MailMan::LoadMbx

Loads a .mbx file containing emails and returns an email bundle. If a Filter is present, only emails matching the filter are returned.

  Declarations  
    [Visual Basic]
Public Function LoadMbx(ByVal String filename) As EmailBundle

[C#]
public EmailBundle LoadMbx(string filename);

[C++]
public EmailBundle *LoadMbx(String *filename);

[JScript]
public function LoadMbx(String filename) : EmailBundle
 
  Parameters  
   
filename
A file containing one or more MIME email messages.
 

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