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

Back to MailMan Class Summary

MailMan::SendRendered

Connects to the SMTP server and sends an email by transmitting the MIME text exactly as specified in the parameter. The recipients are determined by the "To" and "CC" header fields in the MIME text. Returns true for success and false for failure.

  Declarations  
    [Visual Basic]
Public Function SendRendered(ByVal String mimeText) As Boolean

[C#]
public bool SendRendered(string mimeText);

[C++]
public bool SendRendered(String *mimeText);

[JScript]
public function SendRendered(String mimeText) : Boolean
 
  Parameters  
   
mimeText
An email in MIME text to be sent.
 

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