Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 4,432 for

mapi

(0.34 sec)
  1. Extracting Messages From PST Files example - Fr...

    Hello, I running the example at: https://docs.aspose.com/email/python-net/working-with-messages-in-a-pst-file/#extracting-messages-form-pst-files using the example pst file provided Outlook.pst. i.e. from aspose.email…...mapi import MapiMessage dataDir =...messageInfo in messageInfoCollectio: mapi = pst.extract_message(messageInfo)...

    forum.aspose.com/t/extracting-messages-from-pst...
  2. Ինչպես փոխարկել Outlook էլփոստը TIFF-ի, օգտագոր...

    Այս փոքրիկ թեմայում մենք կկենտրոնանանք այն վրա, թե ինչպես փոխարկել Outlook Email-ը TIFF-ի, օգտագործելով Python-ը: Դուք ականատես կլինեք, որ էլփոստը TIFF Python-ի վրա հիմնված API-ին արտահանելու համար կարող է արդյունավետ օգտագործվել, և հավելվածը կարող է օգտագործվել Python-ի ցանկացած միջավայրում օպերացիոն համակարգերում, ինչպիսիք են Windows-ը կամ Linux-ը:...իմանալ Mapi կոնտակտ ստեղծելու մասին, տես ինչպես ստեղծել Mapi Contact...

    kb.aspose.com/hy/email/python/how-to-convert-ou...
  3. 解析 Outlook 消息文件|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 消息的项目类型 Aspose.Email 提供了一个 MapiItemType...下面的代码示例演示了如何遍历文件夹中的消息,并根据消息的类型将每个 MAPI 消息转换为相应的 MAPI 项类型: for ( MessageInfo...

    docs.aspose.com/email/zh/java/parsing-outlook-m...
  4. Export Email|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.... GetNamespace ( "Mapi" ); object _missing = Type ...

    docs.aspose.com/email/net/export-email/
  5. Working with Calendar Items in PST File|Documen...

    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....item in the Microsoft Outlook MAPI format. Extract a message from...PST file and convert it into a MAPI message item. The following...

    docs.aspose.com/email/java/working-with-calenda...
  6. How to Convert Outlook Email to TIFF using Python

    In this small topic, we will focus on how to convert Outlook Email to TIFF using Python. You will wittness that in order to export Email to TIFF Python based API can be effectively utilized and the application can be used in any of the Python spported environment in operating systems like Windows or Linux....in learning about creating a Mapi Contact, refer to the article...article on how to create Mapi Contact using Python . Updated on 16...

    kb.aspose.com/email/python/how-to-convert-outlo...
  7. Working with Outlook Calendar Items|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....MapiCalendarIcsSaveO class is used to save a MAPI calendar item to an iCalendar...iCalendar (ICS) data within a MAPI calendar object: MapiCalendarIcsSaveO...

    docs.aspose.com/email/java/working-with-outlook...
  8. 使用 MapiMessage 进行投票选项操作|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....dataDir = "outlook/" ; MapiMessage mapi = MapiMessage . fromFile ( dataDir...addVotingButton ( mapi , "Indeed!" ); mapi . save ( dataDir +...

    docs.aspose.com/email/zh/java/working-with-voti...
  9. Working with Outlook Items - C++ Email Parser A...

    C++ Email Parser API enables you to create and save MSG files, work with Outlook Calendar, Contacts, Notes, Tasks and Distribution Lists....C++ Access and Manage Outlook MAPI Properties in C++ Manage Attachments...

    docs.aspose.com/email/cpp/working-with-outlook-...
  10. Creating MapiCalendar in Aspose.Email - Free Su...

    I’m trying to create a MapiCalendar from fields of OLM calendar items , but it shows Win32 FileTime error . bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStor…...false; foreach (MapiMessage mapi in messages) // ✅ Correct type...type for v25.11 { try { if (mapi == null) continue; // ✅ Handle...

    forum.aspose.com/t/creating-mapicalendar-in-asp...