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

Back to Mime Class Summary

Mime::SaveXml

Converts the MIME message to XML and saves to an XML file.

  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
The name of an XML file to create or overwrite.
 

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