cfb_writer
Overview
cfb_writer is a class in Aspose.Email for CPP.
Inherits from: cfb_writer.
Methods
| Signature | Description |
|---|---|
to_bytes(document: cfb_document) → std::vector<std::uint8_t> | Converts a cfb_document into a vector of bytes |
write_file(document: cfb_document, path: std::filesystem::path) | Writes a cfb_document to the given filesystem path |
write_stream(document: cfb_document, stream: std::ostream) | Writes a cfb_document to the provided output stream |