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

Back to Mime Class Summary

Mime::GetBodyDecoded

Returns the body of the MIME message as a string. The body is automatically converted from its encoding type, such as base64 or quoted-printable, before being returned.

  Declarations  
    [Visual Basic]
Public Function GetBodyDecoded() As String

[C#]
public string GetBodyDecoded();

[C++]
public String *GetBodyDecoded();

[JScript]
public function GetBodyDecoded() : String
 
  Parameters  
   
 

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