Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 20,080 for

mailmessage

(0.04 sec)
  1. Convert VCF to MBOX via Java | products.aspose.com

    Try the code sample to convert VCF files to MBOX format in Java. Download Java API to take your email processing applications to the next level.... The MailMessage class represents an email...convert MapiMessages to MailMessages, and write them to the MBOX...

    products.aspose.com/email/java/conversion/vcf-t...
  2. Multi-threading support in mail clients|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.... getUniqueId ()); MailMessage msg1 = client . endFetchMessage...endFetchMessage ( res1 ); MailMessage msg2 = client . endFetchMessage...

    docs.aspose.com/email/java/multi-threading-supp...
  3. Encoding - Aspose.Email for Python - Free Suppo...

    Hi Aspose Team, I’m currently using Aspose.Email for Python to save email messages as HTML. However, I’ve run into an issue where I cannot set the encoding of the resulting HTML output. In the .NET version of Aspose.Em…...an instance of MailMessage email = ae.MailMessage() email.subject...subject = "New MailMessage created with Aspose.Email for Python"...

    forum.aspose.com/t/encoding-aspose-email-for-py...
  4. Convert OLM to MHTML via C++ application | prod...

    Try our On-Premise APIs for your document conversion using C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....System::SharedPtr<MailMessage> eml = MailMessage::Load(u "sourceFile...

    products.aspose.com/email/cpp/conversion/olm-to...
  5. Convert OLM to OFT via C++ application | produc...

    Try our On-Premise APIs for your document conversion using C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....System::SharedPtr<MailMessage> eml = MailMessage::Load(u "sourceFile...

    products.aspose.com/email/cpp/conversion/olm-to...
  6. Create Draft Appointment Request|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....com" ; MailMessage message = new MailMessage ( sender , recipient...

    docs.aspose.com/email/java/create-draft-appoint...
  7. Working with Follow Up and Due Date for Outlook...

    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/" ; MailMessage mailMsg = new MailMessage (); mailMsg..."outlook/" ; MailMessage mailMsg = new MailMessage (); mailMsg...

    docs.aspose.com/email/java/working-with-follow-...
  8. Generate Reports in OST Files via .NET | produc...

    C# source code to generate OST format reports on .NET Framework, .NET Core, and Xamarin Platforms....C# Create a template as MailMessage and add dynamic fields Create...TemplateEngine using the MailMessage object Call TemplateEngine...

    products.aspose.com/email/net/assembly/ost/
  9. Concurrent issue with MapiMessage.fromMailMessa...

    When we are using MapiMessage.fromMailmessage in multiple threads, we noticed some weird exception. The exception will only throw when we use multiple threads. And worked fine with ONE thread. It's rare and we only notic…...usually show up when I create MailMessage with attachments, then convert...convert the MailMessage to MapiMessage. Create MailMessage was fine...

    forum.aspose.com/t/concurrent-issue-with-mapime...
  10. How to Send Email using SMTP in Python

    This step by step tutorial focuses on how to send email using smtp in Python. You will learn to utilize a Python script to send email using SMTP in any Python configured environment in Windows and Linux....recipient information using MailMessage class instance Use the SmtpClient...creating an email message using MailMessage class instance to populate...

    kb.aspose.com/email/python/how-to-send-email-us...