MsgMessage.Save Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9119)
Save(String)
Saves the message to the supplied file.
Declaration
public void Save(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | Path to the file to save the message to. |
Save(Stream)
Saves the message to the supplied stream.
Declaration
public void Save(Stream output)
Parameters
Type | Name | Description |
---|---|---|
Stream | output | Stream to save the message to. |