msg_document
Overview
msg_document เป็นคลาสใน Aspose.Email สําหรับ CPP.
Methods
| Signature | Description |
|---|---|
major_version() → std::uint16_t | ส่งหมายเลขเวอร์ชั่นหลักในรูปแบบ MSG |
minor_version() → std::uint16_t | ส่งหมายเลขเวอร์ชั่นเล็กในรูปแบบ MSG |
transaction_signature_number() → std::uint32_t | ส่งหมายเลขการลงนามของเอกสารกลับ |
strict() → bool | แสดงว่าเอกสารถูกพาร์สในโหมดที่เคร่งขันหรือไม่ |
from_reader(reader: msg_reader) → msg_document | สร้าง msg_document จากเครื่องอ่าน msg _ ที่ให้ไว้ |
from_file(path: std::filesystem::path, strict: bool) → msg_document | อัตราการอัด msg_document จากเส้นทางไฟล์ที่มีการพาร์สอย่างเคร่งขันเป็นตัวเลือก |
from_stream(stream: std::istream, strict: bool) → msg_document | อัตราการอัด msg_document จากสตรีมทางเข้า โดยมี optional strict parsing |
to_cfb_document() → cfb::cfb_document | เปลี่ยนแปลงเอกสาร MSG เป็นเภทเก็บ CFB |