SharpMimeTools Documented Class Library

SharpMimeMessage.DumpBody Method (String, String)

[This is preliminary documentation and subject to change.]

Dumps the body of this entity into a file

public FileInfo DumpBody(
   string path,
   string name
);

Parameters

path
path of the destination folder
name
name of the file

Return Value

FileInfo that represents the file where the body has been saved

See Also

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