Saves the MIME entity to the specified stream.
Namespace:
Rebex.Mime
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
The stream to which to save the entity.