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

Back to MailMan Class Summary

MailMan::LoadOutlookFolder

Loads the emails from an Outlook folder and returns an email bundle. If a Filter is present, only emails matching the filter are returned.

  Declarations  
    [Visual Basic]
Public Function LoadOutlookFolder(ByVal String folderPath) As EmailBundle

[C#]
public EmailBundle LoadOutlookFolder(string folderPath);

[C++]
public EmailBundle *LoadOutlookFolder(String *folderPath);

[JScript]
public function LoadOutlookFolder(String folderPath) : EmailBundle
 
  Parameters  
   
folderPath
An Outlook folder path identifying the folder in Outlook to copy.
 

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