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

Back to Mime Class Summary

Mime::LoadXml

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

  Declarations  
    [Visual Basic]
Public Function LoadXml(ByVal String xmlText) As Boolean

[C#]
public bool LoadXml(string xmlText);

[C++]
public bool LoadXml(String *xmlText);

[JScript]
public function LoadXml(String xmlText) : Boolean
 
  Parameters  
   
xmlText
A complete MIME message that was previously saved as XML.
 

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