Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 20,170 for

mailmessage

(0.13 sec)
  1. Ինչպես փոխարկել Outlook էլփոստը PDF-ի, օգտագործ...

    Այս հեշտ ձեռնարկում մենք կսովորենք, թե ինչպես փոխարկել Outlook էլփոստը PDF-ի՝ օգտագործելով C#: Դուք կտեսնեք, որ MSG-ը PDF-ի փոխարկելու համար կարող է օգտագործվել C# վրա հիմնված API: Դուք կարող եք օգտագործել այս օրինակը ցանկացած ընդհանուր հասանելի օպերացիոն համակարգում, ինչպիսիք են Windows-ը, macOS-ը կամ Linux-ը:...Visual Studio-ում Նախաձեռնեք MailMessage դասի օբյեկտը MSG կամ EML...EML ֆայլը՝ օգտագործելով MailMessage դասի օբյեկտը առաջին քայլում:...

    kb.aspose.com/hy/email/net/how-to-convert-outlo...
  2. Convert MHTML to HTML via Java | products.aspos...

    Try the code sample to convert MHTML files to HTML format in Java. Download Java API to take your email processing applications to the next level....format, the library offers a MailMessage class to create an object...MHTML file as a MailMessage object using MailMessage.load() method...

    products.aspose.com/email/java/conversion/mhtml...
  3. Convert MHTML to MBOX via Java | products.aspos...

    Try the code sample to convert MHTML files to MBOX format in Java. Download Java API to take your email processing applications to the next level....format, the library offers a MailMessage class to create an object...existing MHTML file using the MailMessage.load() method and specify...

    products.aspose.com/email/java/conversion/mhtml...
  4. Convert EML to VCF via Java | products.aspose.com

    Try the code sample to convert EML files to VCF format in Java. Download Java API to take your email processing applications to the next level....format, the library offers a MailMessage class to create an object...Load the EML file with the MailMessage.load() method. Retrieve the...

    products.aspose.com/email/java/conversion/eml-t...
  5. Displaying Email Information on Screen in Ruby|...

    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....)))) + '/data/' \ # Create MailMessage instance by loading an Eml...import ( 'com.aspose.email.MailMessage' ) . load ( data_dir + "Message...

    docs.aspose.com/email/java/displaying-email-inf...
  6. Public API Changes in Aspose.Email 5.1.0|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....String,String) Property MailMessage.getHtmlBodyText Property...AppointmentMailMessa.loadMessageHeader(MailMessage,MapiMessage) Property GoogleTokenProvider...

    docs.aspose.com/email/java/public-api-changes-i...
  7. How to Convert EML to MSG using Java

    In this simple tutorial, we will learn how to convert EML to MSG using Java. You will learn that in order to convert EML to MSG in Java, simple API calls can be used. This example can be used in any of the commonly available operating system like Windows, macOS, or Linux that are configured with Java....class object Instantiate the MailMessage class object and load the...from the disk using the MailMessage class object. Finally, the...

    kb.aspose.com/email/java/how-to-convert-eml-to-...
  8. Convert MHTML to OFT via Java | products.aspose...

    Try the code sample to convert MHTML files to OFT format in Java. Download Java API to take your email processing applications to the next level....format, the library offers a MailMessage class to create an object...existing MHTML file using the MailMessage.load() method and specify...

    products.aspose.com/email/java/conversion/mhtml...
  9. How to Convert EML to MSG using Python

    In this simple topic, we will learn how to convert EML to MSG using Python. You will witness that in order to convert EML to MSG Python based API can be used. The example can be used in any of the commonly available operating systems like Windows or Linux that are configured with Python....EmlLoadOptions class Instantiate the MailMessage class object to access the...from the disk using the MailMessage class object. Finally, the...

    kb.aspose.com/email/python/how-to-convert-eml-t...
  10. How to Convert Outlook Email to HTML using C#

    In this simple topic, we will learn how to convert Outlook Email to HTML using C#. You will observe that in order to export Email to HTML C# based API can be effectively used. This application can be used in any of the .NET configured environment in operating systems like Windows, Linux, or macOS....package manager Initialize the MailMessage class object to access the...using an instance of the MailMessage class, which is then followed...

    kb.aspose.com/email/net/how-to-convert-outlook-...