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

Back to MailMan Class Summary

MailMan::LoadXmlString

Loads from an XML string containing emails and returns an email bundle. If a Filter is present, only emails matching the filter are returned.

  Declarations  
    [Visual Basic]
Public Function LoadXmlString(ByVal String xmlString) As Boolean

[C#]
public bool LoadXmlString(string xmlString);

[C++]
public bool LoadXmlString(String *xmlString);

[JScript]
public function LoadXmlString(String xmlString) : Boolean
 
  Parameters  
   
xmlString
An XML string containing one or more MIME email messages.
 

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