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

Back to Mime Class Summary

Mime::SaveMime

Saves the MIME message to a file, in MIME format. (This is the same as the .EML format used by Microsoft Outlook Express.)

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

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

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

[JScript]
public function SaveMime(String filename) : Boolean
 
  Parameters  
   
filename
The name of a file to create or overwrite
 

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