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

Back to Mime Class Summary

Mime::LoadXmlFile

Converts XML to MIME and replaces the MIME object's contents with the converted XML.

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

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

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

[JScript]
public function LoadXmlFile(String filename) : Boolean
 
  Parameters  
   
filename
The name of a file containing a complete MIME message that was previously saved as XML.
 

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