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

Back to Email Class Summary

Email::AddHtmlAlternativeBody

Sets the HTML body of the email. Use this method if there will be multiple versions of the body, but in different formats, such as HTML and plain text. Otherwise, set the body by calling the SetHtmlBody method.

  Declarations  
    [Visual Basic]
Public Function AddHtmlAlternativeBody(ByVal String htmlBody) As Boolean

[C#]
public bool AddHtmlAlternativeBody(string htmlBody);

[C++]
public bool AddHtmlAlternativeBody(String *htmlBody);

[JScript]
public function AddHtmlAlternativeBody(String htmlBody) : Boolean
 
  Parameters  
   
htmlBody
The HTML text to be used for the email body
 

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