SharpMimeTools Documented Class Library

SharpMimeMessage.DumpBody Method (String, Boolean)

[This is preliminary documentation and subject to change.]

Dumps the body of this entity into a file

public FileInfo DumpBody(
   string path,
   bool generatename
);

Parameters

path
path of the destination folder
generatename
true if the filename must be generated incase we can't find a valid one in the headers

Return Value

FileInfo that represents the file where the body has been saved

See Also

SharpMimeMessage Class | anmar.SharpMimeTools Namespace | SharpMimeMessage.DumpBody Overload List