MsgWriter
Overview
MsgWriter is a class in Aspose.Email FOSS for .NET.
MsgWriter.ToBytes serializes the given MsgDocument into a byte array representing an MSG file.
Description
MsgWriter is a class in the Aspose.Email FOSS library for .NET that exposes 2 methods and 0 properties for programmatic use.
Methods
| Signature | Description |
|---|---|
ToBytes(document: MsgDocument) | Serializes the given MsgDocument into a byte array representing an MSG file |
WriteFile(document: MsgDocument, path: string) | Serializes the MsgDocument and writes the MSG file to the specified file path |