Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 25,939 for

msg

(0.17 sec)
  1. How to Convert Outlook Email to PDF using Java

    In this simple tutorial, we will focus on how to convert Outlook Email to PDF using Java. You will observe that in order to convert Msg to PDF Java based API can be used. This application can be used in any of the commonly available operating system like Windows, macOS, or Linux....observe that in order to convert MSG to PDF Java based API can be...class object to load the EML or MSG email file from the disk Convert...

    kb.aspose.com/email/java/how-to-convert-outlook...
  2. First Application with Aspose.Email Outlook|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) and displays the subject, from...MapiMessage msg = MapiMessage . fromFile ( "outlookmessage.msg" ); //...

    docs.aspose.com/email/java/first-application-wi...
  3. 读取 Outlook 消息 (MSG) 文件|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....Dutch Svenska 读取 Outlook 消息 (MSG) 文件 Contents [ Hide ] 我们的迁移技巧展示了如何使用...CreateItemFromTempla ( @"d:\temp\test.msg" , Type . Missing ); // Access...

    docs.aspose.com/email/zh/java/reading-an-outloo...
  4. 接收已成功发送和失败消息的通知|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....message MailMessage msg = new MailMessage (); msg . setFrom ( MailAddress...to_MailAddress ( "sender@sender.com" )); msg . setTo ( MailAddressCollectio...

    docs.aspose.com/email/zh/java/receiving-notific...
  5. Managing Message Attachments|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....and Saving Outlook Message (MSG) Files explains how to create...messages, and how to create MSG files with attachments. This...

    docs.aspose.com/email/net/managing-message-atta...
  6. NodeRendererBase.get_bounds_in_pixels method | ...

    aspose.words.rendering.NodeRendererBase.get_bounds_in_pixels method... width , msg = dpi96 ) self . assertEqual...assertEqual ( 18 , bounds . height , msg = dpi96 ) # Get the shape size...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working with Outlook Items|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 Files Loading and Parsing MSG Files Managing Outlook Messages...Reactions in MSG Managing Follow-Up and Due Dates for Outlook MSG Files...

    docs.aspose.com/email/net/working-with-outlook-...
  8. How to Convert Outlook Email to PDF using C#

    In this easy tutorial, we will learn how to convert Outlook Email to PDF using C#. You will see that in order to convert Msg to PDF C# based API can be used. You can use this example in any of the commonly available operating system like Windows, macOS, or Linux....see that in order to convert MSG to PDF C# based API can be used...MailMessage class object to load the MSG or EML format email file Save...

    kb.aspose.com/email/net/how-to-convert-outlook-...
  9. Setting Default Text Encoding in Email 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....fileName = "data/" ; MailMessage msg = new MailMessage (); // Set...subject and body of message. msg . setPreferredTextEnco ( Charset...

    docs.aspose.com/email/java/setting-default-text...
  10. Working with Voting Option Using MapiMessage|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....email as ae msg = ae . mapi . MapiMessage . load ( "my.msg" ) # Set..."Yes;No;Maybe;Exactly!" msg . save ( "voting_btns.msg" ) Reading Voting...

    docs.aspose.com/email/python-net/working-with-v...