[This is preliminary documentation and subject to change.]
Dumps the body of this entity into a Stream
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);
SharpMimeMessage Class | anmar.SharpMimeTools Namespace