Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 18,977 for

msg

(0.04 sec)
  1. Email APIs to Build Cross-Platform Applications...

    Develop Outlook formats parsing applications using On Premise or Cloud APIs, or simply use cross-platform apps to view, compare, inspect or convert Microsoft Outlook formats....Java Java APIs to manipulate MSG, PST, OST, OFT, EML, EMLX, MBOX...NET REST APIs to manipulate MSG, PST, OST, OFT, EML, EMLX, MBOX...

    products.aspose.com/email/
  2. Developer Guide|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....& Manipulate, Convert ICS to MSG Working with Outlook Items Working...

    docs.aspose.com/email/net/developer-guide/
  3. Create New PST, Add Sub-folders and Messages|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....MAPI message body: MapiMessage msg = new MapiMessage ( "from@doamin...will reduce the message size msg . setBodyContent ( htmlBody ...

    docs.aspose.com/email/java/create-new-pst-add-s...
  4. Convert OFT to ICS via Java | products.aspose.com

    Try the code sample to convert OFT files to ICS format in Java. Download Java API to take your email processing applications to the next level....with Microsoft Outlook Message (MSG) files. It provides methods for...creating, modifying, and saving MSG files programmatically. Additionally...

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

    Try the code sample to convert PST files to ICS format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : calendarFolder. enumerateMapiMessage..."Message" + count + ".ics" ; if (msg. getSupportedType () == MapiItemType...

    products.aspose.com/email/java/conversion/pst-t...
  6. C++ Email Parsing API | products.aspose.com

    C++ email library to create manipulate and convert Microsoft Outlook Email PST OST files. SMTP, POP3 and IMAP protocols supported to send and receive emails...a number of formats such as MSG, EML, EMLX & MHT. Application...formats . Microsoft Outlook: MSG, PST, OST EML, EMLX Previous...

    products.aspose.com/email/cpp/
  7. Convert OLM to MHTML via Java | products.aspose...

    Try the code sample to convert OLM files to MHTML format in Java. Download Java API to take your email processing applications to the next level....the folder for (MapiMessage msg : folder. enumerateMapiMessage...message in MHTML format msg. save (msg. getSubject () + ".mhtml"...

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

    Try the code sample to convert MBOX files to PST format in Java. Download Java API to take your email processing applications to the next level....addMessage(msg) . System Requirements Before...enumerateMessages ()) { MapiMessage msg = MapiMessage. fromMailMessage...

    products.aspose.com/email/java/conversion/mbox-...
  9. Read corrupted PST/OST files|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....messageIdList ) { try { MapiMessage msg = pst . extractMessage ( messageId...System . out . println ( "- " + msg . getSubject ()); } catch ( Exception...

    docs.aspose.com/email/java/read-corrupted-pst-o...
  10. MapiMessageItem Save Issue - Free Support Forum...

    Hello, I use MapiMessage.Load to load Msg file which is DistList Then cast it to MapiDistributionList Now, when I save it using MapiDistributionList.Save the result is deformed in message body + attachments, all lost… …...Load to load MSG file which is DistList Then cast...

    forum.aspose.com/t/mapimessageitem-save-issue/2...