create(subject: std::string, body: std::string, unicode_strings: bool) → mapi_message | |
from_file(path: std::filesystem::path, strict: bool) → mapi_message | يقوم بتحميل ملف MSG من المسار المحدد، وإجبار التحليل الصارم بشكل اختياري. |
from_stream(stream: std::istream, strict: bool) → mapi_message | يقوم بتحميل MSG من تيار مدخل، وإجبار التحليل الصارم بشكل اختياري. |
from_msg_document(document: msg_document) → mapi_message | يخلق رسالة mapi_message من ملف msg_document موجود |
load_from_eml(path: std::filesystem::path) → mapi_message | تحميل ملف EML من المسار المحدد إلى mapi_message |
load_from_eml(stream: std::istream) → mapi_message | |
unicode_strings() → bool | |
set_unicode_strings(value: bool) | |
set_subject(value: std::string) | تعيين سلسلة موضوع الرسالة |
set_body(value: std::string) | يحدد جسم النص العادي للرسالة |
set_html_body(value: std::string) | |
set_message_class(value: std::string) | |
set_sender_name(value: std::string) | يحدد اسم العرض للمرسل |
set_sender_email_address(value: std::string) | يحدد عنوان البريد الإلكتروني للمرسل |
set_sender_address_type(value: std::string) | |
set_internet_message_id(value: std::string) | تعيين قيمة عنوان رسالة الإنترنت |
to_msg_document() → msg_document | تحويل mapi_message إلى msg_document منخفض المستوى |
save() → std::vector<std::uint8_t> | يعيد تمثيل MSG كمتجه بايت |
save(path: std::filesystem::path) | |
save(stream: std::ostream) | |
save_to_eml() → std::vector<std::uint8_t> | يعيد تمثيل EML كمتجه بايت |
save_to_eml(path: std::filesystem::path) | |
save_to_eml(stream: std::ostream) | |