Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 4,747 for

mapi

(0.17 sec)
  1. Ինչպես ավելացնել MapiCalendar-ը PST-ին՝ օգտագոր...

    Այս հոդվածում մենք կսովորենք, թե ինչպես ավելացնել MapiCalendar-ը PST-ին Python-ի միջոցով՝ հետևելով օրինակի կոդը գործարկելու պարզ քայլերին: Դուք կարող եք հեշտությամբ տեղադրել Mapi Calendar-ը PST-ում Python-ում՝ հետևելով API-ի պարզ զանգերին:...կարող եք հեշտությամբ մտցնել Mapi Calendar-ը PST-ում Python-ում...ինչպիսիք են Windows-ը և Linux-ը: Mapi Calendar-ը PST-ում Python-ում...

    kb.aspose.com/hy/email/python/how-to-add-mapica...
  2. Managing Recurrences|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Three different Mapi calendar recurrence end types...Type “End By” option in the Mapi Task is achieved by setting...

    docs.aspose.com/email/net/managing-recurrences/
  3. Working with Outlook Tasks|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... mapi . MapiTask . from_v_todo ( data_dir...import datetime as dt task = ae . mapi . MapiTask ( "Task with attacment"...

    docs.aspose.com/email/python-net/working-with-o...
  4. Supported Protocols and Services|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... MAPI (Messaging Application Programming...Programming Interface) MAPI is a Microsoft Windows API used by applications...

    docs.aspose.com/email/net/supported-protocols-a...
  5. 档案

    档案...ng filePath, Aspose::Email::Mapi::ContactSaveFormat saveFormat)...oto>(buffer, Aspose::Email::Mapi::MapiContactPhotoImag::Jpeg));...

    blog.aspose.com/zh/email/working-with-msg-and-v...
  6. Categories

    查找API的答案 Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Product Famil......Java 创建 Mapi 联系人 如何使用 C# 创建 Mapi 联系人 如何使用 Python 创建 Mapi 联系人 如何在...

    kb.aspose.com/zh/categories/page/53/
  7. Convert Outlook for Mac (OLM) Files to PST and ...

    Learn to convert Outlook for Mac (OLM) files to PST and MBOX in C#, preserving folder structure, attachments, and metadata during migration....all MAPI messages in the “Inbox” folder. Convert each MAPI message..."Inbox" , true ); // Iterate MAPI messages (returns MapiMessage...

    blog.aspose.com/email/convert-olm-to-pst-and-mb...
  8. 创建音频提醒|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....requestApointment ()); MapiMessage mapi = MapiMessage . fromMailMessage...MapiCalendar cal = ( MapiCalendar ) mapi . toMapiMessageItem (); cal...

    docs.aspose.com/email/zh/java/creating-audio-re...
  9. Managing Outlook Contacts in PST Files|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....folder and then calling the add_mapi_message_item() method. The following...snippet shows you how to create a MAPI contact and then add it to the...

    docs.aspose.com/email/python-net/managing-outlo...
  10. Throw exception in contact using aspose api - F...

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; …...false; foreach (MapiMessage mapi in messages) // ✅ Correct type...type for v25.11 { try { if (mapi == null) continue; // ✅ Handle...

    forum.aspose.com/t/throw-exception-in-contact-u...