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

mapi

(0.1 sec)
  1. 在 PST 文件中使用消息|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....Email 库枚举和遍历 MAPI 邮件的结构化方法。它定义了两个辅助类: MapiMessageEnumerato...此方法有助于遍历和处理 MAPI 消息文件。 import os from aspose.email.mapi import MapiMessage...

    docs.aspose.com/email/zh/python-net/working-wit...
  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. 使用 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...
  8. 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...
  9. Create, Save and Read Outlook Notes|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.... Read MAPI Notes The MapiNote class object...

    docs.aspose.com/email/net/create-save-read-outl...
  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...