Overview
mapi_attachment là một lớp trong Aspose.Email cho CPP.
Properties
| Name | Type | Access | Description |
|---|
filename | std::string | Đọc / viết | Lưu tên tệp của attachment |
data | std::vector<std::uint8_t> | Đọc / viết | Giữ nội dung byte thô của các phụ kiện |
mime_type | std::string | Đọc / viết | |
content_id | std::string | Đọc / viết | - Có nội dung của attachment ID |
embedded_message | std::shared_ptr<mapi_message> | Đọc / viết | Cung cấp quyền truy cập vào mapi_message, nếu có |
properties | mapi_property_collection | Đọc / viết | |
Methods
| Signature | Description |
|---|
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 | |