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

Back to Mime Class Summary

Mime::SetBodyFromEncoded

Sets the MIME message body from a Base64 or Quoted-Printable encoded string.

  Declarations  
    [Visual Basic]
Public Function SetBodyFromEncoded(ByVal String encoding , ByVal String messageBody) As Boolean

[C#]
public bool SetBodyFromEncoded(string encoding , string messageBody);

[C++]
public bool SetBodyFromEncoded(String *encoding , String *messageBody);

[JScript]
public function SetBodyFromEncoded(String encoding , String messageBody) : Boolean
 
  Parameters  
   
encoding
The source encoding of the string. Either "Base64" or "quoted-printable" (case insensitive).
messageBody
The encoded MIME message body
 

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