mapi_attachment

mapi_attachment

Overview

mapi_attachment เป็นคลาสใน Aspose.Email สําหรับ CPP.

Properties

NameTypeAccessDescription
filenamestd::stringอ่าน/เขียนเก็บชื่อไฟล์ของเอกสารแนบ
datastd::vector<std::uint8_t>อ่าน/เขียนเก็บเนื้อหาไบต์ที่ไม่ถูกนํามาใช้ของเอกสารยึด
mime_typestd::stringอ่าน/เขียน
content_idstd::stringอ่าน/เขียนรวมรหัสสาระของเอกสารยึดไว้
embedded_messagestd::shared_ptr<mapi_message>อ่าน/เขียนให้การเข้าถึงข้อความ mapi_message ที่ติดตั้งไว้ หากมี
propertiesmapi_property_collectionอ่าน/เขียน

Methods

SignatureDescription
from_bytes(filename: std::string, data: std::vector<std::uint8_t>, mime_type: std::string, content_id: std::string)mapi_attachment
from_stream(filename: std::string, stream: std::istream, mime_type: std::string, content_id: std::string)mapi_attachment
load_data(stream: std::istream)อ่านข้อมูลแนบจากการเข้าไฟที่ให้ไว้ในวัตถุ
is_embedded_message()bool
 ภาษาไทย