msg_document
Overview
msg_document là một lớp trong Aspose.Email cho CPP.
Methods
| Signature | Description |
|---|---|
major_version() → std::uint16_t | Trở lại số phiên bản chính định dạng MSG |
minor_version() → std::uint16_t | Trở lại số phiên bản nhỏ định dạng MSG |
transaction_signature_number() → std::uint32_t | Trả lại số chữ ký giao dịch của tài liệu |
strict() → bool | - Chỉ ra liệu tài liệu đã được đính kèm theo chế độ nghiêm ngặt hay không. |
from_reader(reader: msg_reader) → msg_document | Tạo một msg_document từ mssg_reader đã được cung cấp |
from_file(path: std::filesystem::path, strict: bool) → msg_document | Tải msg_document từ một đường file với tùy chọn chặt chẽ parsing |
from_stream(stream: std::istream, strict: bool) → msg_document | Tải msg_document từ dòng nhập với tùy chọn chặt chẽ parsing |
to_cfb_document() → cfb::cfb_document | Chuyển đổi tài liệu MSG thành một tài khoản lưu trữ CFB |