Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 20,555 for

msg

(0.18 sec)
  1. Aspose.Email for Java

    This API allows to manipulate, create, and send emails, and read email file formats in Java language based applications on any platform....TIFF using Java How to Open MSG File in Java How to Create Mapi...using Java How to Convert EML to MSG using Java How to Save Email...

    kb.aspose.com/email/java/
  2. Aspose.Email for .NET

    This API allows to manipulate, create, and send emails, and read email file formats in C#, .NET, ASP.NET, and windows applications....to TIFF using C# How to Open MSG File without Outlook in C# How...in C# How to Convert EML to MSG using C# How to Convert Outlook...

    kb.aspose.com/email/net/
  3. Extract Message Attachments using Aspose.Email ...

    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" ); System . out . println (...MAPIMessage msg = new MAPIMessage ( dataDir + "message.msg" ); AttachmentChunks...

    docs.aspose.com/email/java/extract-message-atta...
  4. How to Save Email Message in C++

    In this tutorial, we will learn how to save email message in C++. You will observe how to connect with your mailbox using Exchange Client to fetch and save the emails from it using simple API calls in C++....Save the message in EML and MSG format on disk using C++ You...messages either in EML format or MSG format on disk using simple code...

    kb.aspose.com/email/cpp/how-to-save-email-messa...
  5. Java Heap Space errors with large emails - Free...

    Aspose Support Team, We continue to see intermittent issues with loading large emails or emails with large attachments (sample would be attached if the zip file could be uploaded but multiple attempts to upload the file…...4 and a 1GB msg file. Used the following code:...When working with very large .msg files (e.g., 1GB), the full in-memory...

    forum.aspose.com/t/java-heap-space-errors-with-...
  6. Working with MIME Messages|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....& Manipulate, Convert ICS to MSG Subscribe to Aspose Product Updates...

    docs.aspose.com/email/net/working-with-mime-mes...
  7. MapiDistributionList.FromVCF issues - Free Supp...

    Hi, I just tried to compare my code which loads a multi contact vcf and save as a DistList Msg versus MapiDistributionList.FromVCF. Using your function, there are contacts that are not saved into the resulting Msg: Di…...contact vcf and save as a DistList msg versus MapiDistributionList.FromVCF...not saved into the resulting msg: DistrobutionList.txt attachment...

    forum.aspose.com/t/mapidistributionlist-fromvcf...
  8. Create a Recurring Task|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 tasks and save them to MSG format. The MapiTask class provides...Save ( "AsposeDaily.msg" , TaskSaveFormat . Msg ); Download Sample...

    docs.aspose.com/email/net/create-a-recurring-task/
  9. Convert ICS to PST via Java | products.aspose.com

    Try the code sample to convert ICS files to PST format in Java. Download Java API to take your email processing applications to the next level....represents an Outlook message (MSG) item. In the code snippet below...the Appointment object as a MSG file using ByteArrayOutputStrea...

    products.aspose.com/email/java/conversion/ics-t...
  10. Convert PDF not working - Free Support Forum - ...

    We use the Aspose Words library to convert an EML/Msg to PDF inside Outlook, in a VSTO Addin project in .NET Framework 4.8. The email in question arrived to a mailbox containing the “First Contact Safety Tip” option con…...Words library to convert an EML/MSG to PDF inside Outlook, in a VSTO...MailMessage msg = Aspose.Email.MailMessage.Load(@"C:\Temp\in.msg"); msg...

    forum.aspose.com/t/convert-pdf-not-working/307504