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
 Українська