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

Back to MailMan Class Summary

MailMan::RenderToMime

When an email is sent by calling SendEmail, it is first "rendered" according to the values of the email properties and contents. It may be digitally signed, encrypted, values substituted for replacement patterns, and header fields "Q" or "B" encoded as needed based on the email. The RenderToMime method performs the rendering, but without the actual sending. The MIME text produced is exactly what would be sent to the SMTP server had SendEmail been called. (The SendEmail method is effectively the same as calling RenderToMime followed by a call to SendRendered.)

  Declarations  
    [Visual Basic]
Public Function RenderToMime(Email email) As String

[C#]
public string RenderToMime(Email email);

[C++]
public String *RenderToMime(Email *email);

[JScript]
public function RenderToMime(Email email) : String
 
  Parameters  
   
email
An email to be rendered to a MIME string.
 

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