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

Back to Email Class Summary

Email::AddPlainTextAlternativeBody

Sets the plain-text 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, simply set the Body property.

  Declarations  
    [Visual Basic]
Public Function AddPlainTextAlternativeBody(ByVal String bodyText) As Boolean

[C#]
public bool AddPlainTextAlternativeBody(string bodyText);

[C++]
public bool AddPlainTextAlternativeBody(String *bodyText);

[JScript]
public function AddPlainTextAlternativeBody(String bodyText) : Boolean
 
  Parameters  
   
bodyText
Plain text to be used for the email body
 

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