mapi_attachment

mapi_attachment

Overview

mapi_attachment là một lớp trong Aspose.Email cho CPP.

Properties

NameTypeAccessDescription
filenamestd::stringĐọc / viếtLưu tên tệp của attachment
datastd::vector<std::uint8_t>Đọc / viếtGiữ nội dung byte thô của các phụ kiện
mime_typestd::stringĐọc / viết
content_idstd::stringĐọc / viết- Có nội dung của attachment ID
embedded_messagestd::shared_ptr<mapi_message>Đọc / viếtCung cấp quyền truy cập vào mapi_message, nếu có
propertiesmapi_property_collectionĐọc / viết

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)Đọc dữ liệu dán từ dòng nhập vào đối tượng
is_embedded_message()bool
 Tiếng Việt