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

msg

(0.04 sec)
  1. Supported File Formats|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....Format Description Load Save MSG This format is used by Microsoft...reading, writing, and modifying MSG files. PST It represents Outlook...

    docs.aspose.com/email/net/supported-file-formats/
  2. Convert OFT to OFT in Python | products.aspose.com

    Save OFT to OFT within Python applications without using Microsoft Word or Outlook...(Email Mailbox File) Convert MSG to MSG (Outlook Message Item File)...

    products.aspose.com/total/python-net/conversion...
  3. 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...
  4. 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...
  5. 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/
  6. 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...
  7. 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-...
  8. 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...
  9. 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...
  10. 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....be saved to disk in Outlook MSG format and can be viewed/manipulated...dlist = ( MapiDistributionList ) msg . toMapiMessageItem (); MapiDistributionList...

    docs.aspose.com/email/java/working-with-distrib...