Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 15,988 for

eml

(0.1 sec)
  1. Python Email API: Process Emails in Various For...

    Implement PST, MSG, Eml, ICS email management, attachments, and events handling using Python email API with SMTP, POP3, IMAP, SSL, TLS support....convert email files including MSG, EML, EMLX & MHT, send/receive emails...Outlook: MSG, PST, OST, OFT EML, EMLX, MBOX Others: ICS, VCF...

    products.aspose.com/email/python-net/
  2. Convert OLM to EMLX via C++ application | produ...

    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..."sourceFile.olm" ); // Save in EMLX eml->Save(u "convertedFile.emlx"...

    products.aspose.com/email/cpp/conversion/olm-to...
  3. Convert OLM to MBOX via C++ application | produ...

    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..."sourceFile.olm" ); // Save in MBOX eml->Save(u "convertedFile.mbox"...

    products.aspose.com/email/cpp/conversion/olm-to...
  4. Convert ICS to EMLX via C# | products.aspose.com

    Sample code for ICS to EmlX C# conversion. Use API example code for batch ICS files to EmlX conversion within VB.NET, Asp.NET or any .NET based application....ics" ); // create an EML var eml = new MailMessage(); // add...add appointment to EML eml.AlternateViews.Add(ics.RequestApointment());...

    products.aspose.com/email/net/conversion/ics-to...
  5. Subject and attachment name encoding error - Fr...

    maven: <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-email</artifactId> <version>23.2</version> <classifier>jdk16</classifier> </dependency> code: Note…...(MailMessage eml : nsf.enumerateMessages()) { String subject = eml.getSubject();...getSubject(); eml.save("1.eml"); } subject encoding error: Dingtalk_20230315201101...

    forum.aspose.com/t/subject-and-attachment-name-...
  6. Convert OLM to PST 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..."sourceFile.olm" ); // Save in PST eml->Save(u "convertedFile.pst" ...

    products.aspose.com/email/cpp/conversion/olm-to...
  7. Convert OLM to VCF 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..."sourceFile.olm" ); // Save in VCF eml->Save(u "convertedFile.vcf" ...

    products.aspose.com/email/cpp/conversion/olm-to...
  8. Convert OLM to HTML via C++ application | produ...

    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..."sourceFile.olm" ); // Save in HTML eml->Save(u "convertedFile.html"...

    products.aspose.com/email/cpp/conversion/olm-to...
  9. Working with Exchange Mailbox and Messages usin...

    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....them to disk in EML and MSG formats: Save as EML on disk. Save...Messages to EML To get messages and save in EML format: Create...

    docs.aspose.com/email/net/working-with-exchange...
  10. Convert EMAIL to DOT in Python | products.aspos...

    Save EMAIL to DOT in your Python applications without using Microsoft Outlook or Word...often sent in the form of an EML file, which is a text-based file...or formatting. Converting an EML file to a DOT file allows the...

    products.aspose.com/total/python-net/conversion...