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

Back to Mime Class Summary

Mime::SetBodyFromFile

Sets the MIME message body from the contents of a file.

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

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

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

[JScript]
public function SetBodyFromFile(String filename) : Boolean
 
  Parameters  
   
filename
The file containing text to be used as the MIME message body.
 

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