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

Back to Mime Class Summary

Mime::SaveBody

Saves the MIME message body to a file. If the body is base64 or quoted-printable encoded, it is automatically decoded.

  Declarations  
    [Visual Basic]
Public Function SaveBody(ByVal String filename) As Boolean

[C#]
public bool SaveBody(string filename);

[C++]
public bool SaveBody(String *filename);

[JScript]
public function SaveBody(String filename) : Boolean
 
  Parameters  
   
filename
Name of the file to create or overwrite.
 

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