Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,945 for

mapi

(0.06 sec)
  1. Issue with cyrillic characters in Header export...

    Hello, Here i attach my findings with an issue trying to export to HTML a MapiMessage. The message contains cyrillic characters in the header (“Cc”, “From”, “To”), MapiMessage loads them correctly (attached debugging t…...full Unicode information in all MAPI properties. However, Outlook...PR_TRANSPORT_MESSAGE_HEADERS MAPI property. This field is typically...

    forum.aspose.com/t/issue-with-cyrillic-characte...
  2. Extracting Messages from Outlook PST and Saving...

    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" ); // Add PST file (Outlook...

    docs.aspose.com/email/java/extracting-messages-...
  3. Convert HTML to OST via Java | products.aspose.com

    Try the code sample to convert HTML files to OST format in Java. Download Java API to take your email processing applications to the next level.... Load the HTML content as a MAPI message using the MapiMessage...FolderInfo class. Add the loaded MAPI message to the “Inbox” folder...

    products.aspose.com/email/java/conversion/html-...
  4. Convert PST to MSG via Java | products.aspose.com

    Try the code sample to convert PST files to MSG format in Java. Download Java API to take your email processing applications to the next level....MapiMessage mapi = pst. extractMessage (msgInfo); mapi. save ( "DestFolder\\"...

    products.aspose.com/email/java/conversion/pst-t...
  5. Product Overview|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.... Access the MAPI properties associated with the...

    docs.aspose.com/email/java/product-overview/
  6. How to create a new instance of MapiAttachment ...

    Hi, I am trying to create a new attachment from a string input and add it to an existing MapiMessage in a PST file. I do not see any constructors for MapiAttachment class. Why is it so? How can I add a new attachment…...contentLocation not supported for mapi attachments? Thanks, Srinidhi...support adding attachments to MAPI messages from the PST store...

    forum.aspose.com/t/how-to-create-a-new-instance...
  7. Convert OST to MSG via Java | products.aspose.com

    Try the code sample to convert OST files to MSG format in Java. Download Java API to take your email processing applications to the next level....MapiMessage mapi = ost. extractMessage (msgInfo); mapi. save ( "DestFolder\\"...

    products.aspose.com/email/java/conversion/ost-t...
  8. Convert OFT to PST via Java | products.aspose.com

    Try the code sample to convert OFT files to PST format in Java. Download Java API to take your email processing applications to the next level.... Add the MAPI message (oft) to the Inbox folder...load (oftFilePath); // Add the MAPI message to the Inbox folder...

    products.aspose.com/email/java/conversion/oft-t...
  9. Convert MSG to PST via Java | products.aspose.com

    Try the code sample to convert MSG 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...load (msgFilePath); // Add the MAPI message to the Inbox folder...

    products.aspose.com/email/java/conversion/msg-t...
  10. Compare MSG Files via .NET | products.aspose.com

    C# source code to compare MSG documents for differences on .NET Framework, .NET Core, and Xamarin Platforms....Mapi.BodyContentType.Html); email2...Applications Programming Interface (MAPI). Read More Other Supported...

    products.aspose.com/email/net/comparison/msg/