Writes the content of the attachment into the supplied stream.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub Save ( _ output As Stream _ ) |
| C# |
|---|
public void Save( Stream output ) |
Parameters
- output
- Type: System.IO..::..Stream
Stream to write the content to.