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

Back to EmailBundle Class Summary

EmailBundle::SaveXml

Converts each email to XML and persists the bundle to an XML file. The email bundle can later be re-instantiated by calling MailMan.LoadXmlFile

  Declarations  
    [Visual Basic]
Public Function SaveXml(ByVal String filename) As Boolean

[C#]
public bool SaveXml(string filename);

[C++]
public bool SaveXml(String *filename);

[JScript]
public function SaveXml(String filename) : Boolean
 
  Parameters  
   
filename
Name of XML file to be created or overwritten.
 

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