mapi_attachment - إرفاقات

المعلومات العامة

mapi_attachment هي فئة في Aspose.Email لـ CPP.

خصائص

اسمالنوعالوصولوصف
filenamestd::stringالقراءة/ الكتابةيخزن اسم الملف الملحق
datastd::vector<std::uint8_t>القراءة/ الكتابةيحتوي على محتوى بايت الخام من المرفق
mime_typestd::stringالقراءة/ الكتابة
content_idstd::stringالقراءة/ الكتابةيحتوي على معرف محتوى المرفق.
embedded_messagestd::shared_ptr<mapi_message>القراءة/ الكتابةيوفر الوصول إلى mapi_message المضمن، إذا كان هناك أي رسالة.
propertiesmapi_property_collectionالقراءة/ الكتابة

الطرق

التوقيعوصف
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
 العربية