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

Back to Mime Class Summary

Mime::SetBodyFromPlainText

Sets the MIME message body from a string containing plain text, and also updates the content-type to be text/plain

  Declarations  
    [Visual Basic]
Public Function SetBodyFromPlainText(ByVal String plainText) As Boolean

[C#]
public bool SetBodyFromPlainText(string plainText);

[C++]
public bool SetBodyFromPlainText(String *plainText);

[JScript]
public function SetBodyFromPlainText(String plainText) : Boolean
 
  Parameters  
   
plainText
The plain-text body
 

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