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

Back to Mime Class Summary

Mime::SetBodyFromXml

Sets the MIME message body from a string containing XML, and also updates the content-type to be text/xml

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

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

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

[JScript]
public function SetBodyFromXml(String xmlText) : Boolean
 
  Parameters  
   
xmlText
The XML body
 

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