Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,971 for

mapi

(0.13 sec)
  1. Read Outlook for Mac OLM File & Get Folders & S...

    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.... ‘enumerate_mapi_messages()’ - Also iterates...message in a more detailed and MAPI-specific way. It provides access...

    docs.aspose.com/email/python-net/read-outlook-f...
  2. Delete Email Messages|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/delete-email-messages/
  3. Convert OST to EMLX via Java | products.aspose.com

    Try the code sample to convert OST files to EMLX format in Java. Download Java API to take your email processing applications to the next level.... Extract the MAPI message from the OST file using...extractMessage method. Save the extracted MAPI message as an EMLX file in the...

    products.aspose.com/email/java/conversion/ost-t...
  4. Adding MapiDistributionList to 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....file The code below loads a MAPI distribution list from a file...

    docs.aspose.com/email/java/adding-mapidistribut...
  5. Get the number of emails in the mailbox|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.... GetNamespace ( "Mapi" ); object _missing = Type ...

    docs.aspose.com/email/net/get-the-number-of-ema...
  6. Generate Occurrences from a Recurrence Pattern|...

    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.... Occurrences from a MAPI calendar recurrence pattern...

    docs.aspose.com/email/net/generate-occurrences-...
  7. Question about behavior Mail to PDf Conversion ...

    Hello, if we converting EMails to PDF, the fields FROM and TO contains only the name in the PDF, not the Mail Address. Is it possible to hav the Mail Adress AND the name in the fields FROM, TO, CC, …? Here is our code…...default, resolves the address from MAPI properties and drops the actual...) extracts the address from MAPI properties, which can omit the...

    forum.aspose.com/t/question-about-behavior-mail...
  8. Working with Message Attachments|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....attachments within the loaded Mapi message: MapiMessage msg = MapiMessage...isInline ()); } Working with MAPI Properties Working with Outlook...

    docs.aspose.com/email/java/working-with-message...
  9. An error occurred in the Contacts module while ...

    I am using the Aspose.Email API (licensed version). I was retrieving the contact data, but it throws the exception: “Not a valid Win32 FileTime”. They receive the contact data item-wise, so please add this as well....false; foreach (MapiMessage mapi in messages) // ✅ Correct type...type for v25.11 { try { if (mapi == null) continue; // ✅ Handle...

    forum.aspose.com/t/an-error-occurred-in-the-con...
  10. Convert MHTML to PST via Java | products.aspose...

    Try the code sample to convert MHTML files to PST format in Java. Download Java API to take your email processing applications to the next level.... Add the loaded MAPI message to the Inbox folder...object and passing the loaded MAPI message object as the parameter...

    products.aspose.com/email/java/conversion/mhtml...