Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 19,051 for

msg

(0.05 sec)
  1. Receive Emails via IMAP with Python Email API |...

    Effortlessly receive emails in Python via IMAP. Streamline email management and secure communications with a powerful library....select_folder( "Inbox" ) for msg in client . list_messages():..."Subject: { msg . subject } " ) print ( f "From: { msg . from_address...

    products.aspose.com/email/python-net/receive-em...
  2. 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...
  3. Aspose.Email Java for Jython|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....provides classes to read and update MSG,EML,EMLX,OFT files, add/remove...update subject, body and other MSG file properties. Aspose.Email...

    docs.aspose.com/email/java/aspose-email-java-fo...
  4. Working with Folders on Exchange Server|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....using FetchMessage() MailMessage msg = client . fetchMessage ( strMessageURI...out . println ( "Subject: " + msg . getSubject ()); } } else {...

    docs.aspose.com/email/java/working-with-folders...
  5. Using a Microsoft Word Document as the Message ...

    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....com" )); // Save the message in MSG format to disk message . save...dataDir + "WordDocAsEmailBody_out.msg" , SaveOptions . getDefaultMsgUnicode...

    docs.aspose.com/email/java/using-a-microsoft-wo...
  6. Convert EMAIL to EMAIL in Python | products.asp...

    Save EMAIL to EMAIL 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...
  7. Convert OLM to HTML via Java | products.aspose.com

    Try the code sample to convert OLM files to HTML 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 HTML format msg. save (msg. getSubject () + ".html"...

    products.aspose.com/email/java/conversion/olm-t...
  8. Converting Email Messages in PHP|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....for PHP , call convert_eml_to_msg method of Converter module. Here...static function convert_eml_to_msg ( $dataDir = null ){ \ # Initialize...

    docs.aspose.com/email/java/converting-email-mes...
  9. Creating and Saving Outlook Notes in Python|Doc...

    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....msg" , noteSaveFormat . Msg ) print "Created...

    docs.aspose.com/email/java/creating-and-saving-...
  10. Creating and Saving Outlook Notes in PHP|Docume...

    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....msg" , $noteSaveFormat -> Msg ); print "Created...

    docs.aspose.com/email/java/creating-and-saving-...