Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,971 for

mapi

(0.09 sec)
  1. EMAILNET-41653 - Free Support Forum - aspose.com

    What was the issue with message extraction from PST fixed by EMAILNET-41653 in 25.11?...in the PST (as seen via MFC MAPI). EMAILNET‑41653 corrected the...property (you can verify with MFC MAPI or Outlook). Any licensing information...

    forum.aspose.com/t/emailnet-41653/322916
  2. How to Add MapiCalendar to PST using C#

    In this short topic, we will learn how to add MapiCalendar to PST using C# by adhering to well defined steps and using the example code. You can insert Mapi Calendar to PST with the help of simple API calls.... You can insert Mapi Calendar to PST in C# with the...Linux, or macOS. Steps to Insert Mapi Calendar to PST in C# Set up...

    kb.aspose.com/email/net/how-to-add-mapicalendar...
  3. Bug when saving OLE attachment - Free Support F...

    I believe I found a bug when using MapiAttachment.Save(Stream stream) on an OLE attachment (attachment with PR_ATTACH_METHOD == ATTACH_OLE). On the message I was testing with, I noticed that using Mapi to download the O…...testing with, I noticed that using MAPI to download the OLE attachment...disk, I got the same bytes that MAPI gave me (confirmed by SHA256)...

    forum.aspose.com/t/bug-when-saving-ole-attachme...
  4. Working with Distribution Lists|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....oneOffMembersList ); } Save Mapi Distribution List to a Single...method allows you to save the Mapi Distribution List to a specified...

    docs.aspose.com/email/java/working-with-distrib...
  5. Working with Voting Option Using MapiMessage|Do...

    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/java/working-with-voting-...
  6. Unable to read PR_NATIVE_BODY_INFO for message ...

    Using MFC Mapi, I can see that a certain message in my PST has a value for PR_NATIVE_BODY_INFO. image.png (3.4 KB) However, when I read the PST using the PersonalStorage class and try to get the read the property, I ge…...14, 2025, 1:42pm 1 Using MFC MAPI, I can see that a certain message...Specifically, if I set PR_HTML on a mapi message, save it to a PST, reopen...

    forum.aspose.com/t/unable-to-read-pr-native-bod...
  7. Difference between MapiAttachment.Save(...) and...

    I believe I found a bug when using MapiAttachment.Save(Stream stream) on an OLE attachment (attachment with PR_ATTACH_METHOD == ATTACH_OLE). On the message I was testing with, I noticed that using Mapi to download the O…...testing with, I noticed that using MAPI to download the OLE attachment...disk, I got the same bytes that MAPI gave me (confirmed by SHA256)...

    forum.aspose.com/t/difference-between-mapiattac...
  8. API Limitations|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....available Support for additional MAPI Properties is not available...

    docs.aspose.com/email/python-net/api-limitations/
  9. Working with Outlook 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....Outlook MSG Files Working with MAPI Properties Working with Message...

    docs.aspose.com/email/java/working-with-outlook...
  10. Code olm to pst - Free Support Forum - aspose.com

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

    forum.aspose.com/t/code-olm-to-pst/324745