SharpMimeTools Documented Class Library

SharpMimeMessage.DumpBody Method

[This is preliminary documentation and subject to change.]

Dumps the body of this entity into a Stream

Overload List

Dumps the body of this entity into a Stream

public bool DumpBody(Stream);

Dumps the body of this entity into a file

public FileInfo DumpBody(string);

Dumps the body of this entity into a file

public FileInfo DumpBody(string,bool);

Dumps the body of this entity into a file

public FileInfo DumpBody(string,string);

See Also

SharpMimeMessage Class | anmar.SharpMimeTools Namespace