Saves the mail message to the supplied stream.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub Save ( _ output As Stream, _ format As MailFormat _ ) |
| C# |
|---|
public void Save( Stream output, MailFormat format ) |
Parameters
- output
- Type: System.IO..::..Stream
Stream to save the message to.
- format
- Type: Rebex.Mail..::..MailFormat
Format of the saved message.