Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 20,521 for

msg

(0.09 sec)
  1. Working with Exchange Mailbox and Messages - Re...

    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....MailMessage MailMessage msg = new MailMessage (); msg . setFrom ( MailAddress...to_MailAddress ( "sender@domain.com" )); msg . setTo ( MailAddressCollectio...

    docs.aspose.com/email/java/working-with-exchang...
  2. Convert OLM 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.... name ) for msg in olm_folder . enumerate_mapi_messages...name , get_container_class ( msg . message_class )) pst_sub_folder...

    docs.aspose.com/email/python-net/convert-olm-to...
  3. Working with large PST 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....(extractAttachments), // save msg to a stream (saveMessageToStream)...MapiMessage msg = pst . extractMessage ( id ); msg . save ( "message...

    docs.aspose.com/email/java/working-with-large-p...
  4. Export EML to TEXT via C++ | products.aspose.com

    C++ API to Convert EML to TEXT without using Microsoft Word or Outlook...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...eml" ); // save EML as a HTML msg -> Save ( u "HtmlOutput.html"...

    products.aspose.com/total/cpp/conversion/eml-to...
  5. Working with Contacts in PST File|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....information from PST file in MSG Format This article shows how...and save contacts to disk in MSG format. To do so, use the PersonalStorage...

    docs.aspose.com/email/java/working-with-contact...
  6. Export EML to WORDML via C++ | products.aspose.com

    C++ API to Convert EML to WORDML without using Microsoft Word or Outlook...:: SharedPtr < MailMessage > msg = MailMessage :: Load ( u "sourceFile...eml" ); // save EML as a HTML msg -> Save ( u "HtmlOutput.html"...

    products.aspose.com/total/cpp/conversion/eml-to...
  7. Features 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....Outlook Email Message Format (MSG) emails. Import Microsoft HTML...Outlook PST file to Outlook MSG files Bulk Mail Features Supports...

    docs.aspose.com/email/java/features-overview/
  8. How to Convert Outlook Email to Word using Python

    In this easy tutorial, we will learn how to convert Outlook Email to Word using Python. You will see that in order to export Email to Word Python based API can be used. You can use this application in any of the Python configured environments in operating systems like Windows or Linux....class object to load the source MSG or EML file from the disk or...Export the loaded Email (EML/MSG) file to a memory stream in an...

    kb.aspose.com/email/python/how-to-convert-outlo...
  9. How to Convert Outlook Email to TIFF using Python

    In this small topic, we will focus on how to convert Outlook Email to TIFF using Python. You will wittness that in order to export Email to TIFF Python based API can be effectively utilized and the application can be used in any of the Python spported environment in operating systems like Windows or Linux....MailMessage class object to load the MSG or EML format email file Save...Save the accessed Email (EML/MSG) file in a memory stream to an...

    kb.aspose.com/email/python/how-to-convert-outlo...
  10. Utility Features - SMTP Client|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.... toPath ()); MailMessage msg = new MailMessage ( "userfrom@gmail...message" ); MailMessage signed = msg . attachSignature ( privateCert...

    docs.aspose.com/email/java/utility-features-smt...