Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 8,396 for

mapimessage

(1.47 sec)
  1. Outlook Email Templates (OFT) - Read, Create, a...

    Learn how to read, create, and edit Outlook email templates (OFT files) in C# using Aspose.Email for .NET without Microsoft Outlook....installed, you can start using MapiMessage , MailMessage , and other....msg or .oft file using MapiMessage , you can use the IsTemplate...

    blog.aspose.com/email/outlook-template-oft-crea...
  2. How to deal with huge attachment like cloud att...

    We have a requirement where need to get the cloud attachment and add as an attachment to MailMessage, below is the sample code, but with this we are running into OOM issue. Is there any way to add huge attachments? Samp…... MapiMessage msg... // add streamed attachment...demonstrated in the example below MapiMessage msg... // add streamed attachment...

    forum.aspose.com/t/how-to-deal-with-huge-attach...
  3. Extracting Messages From PST Files example - Fr...

    Hello, I running the example at: https://docs.aspose.com/email/python-net/working-with-messages-in-a-pst-file/#extracting-messages-form-pst-files using the example pst file provided Outlook.pst. i.e. from aspose.email…...mapi import MapiMessage dataDir = “Examples/data/”...aspose.email.mapi import MapiMessage def extract_messages(folder_info...

    forum.aspose.com/t/extracting-messages-from-pst...
  4. Load, Parse Outlook MSG Files Using Aspose.Emai...

    Learn how to load and parse Outlook MSG files from a file or stream using the Aspose.Email for C++ library.... The MapiMessage class is used to load and...

    docs.aspose.com/email/cpp/load-parse-outlook-ms...
  5. Error converting MSG to EMLX - Free Support For...

    Hello When loading a MSG and saving it as EMLX, the TNEF is lost. Maybe add EmlxSaveOptions to the feature request list? Dim AsposeMessage As Email.MailMessage = Email.MailMessage.Load(New MemoryStream(streamEML, Fals…... MapiMessage msg = MapiMessage.Load("Sample.msg");...

    forum.aspose.com/t/error-converting-msg-to-emlx...
  6. Working with Outlook Notes|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....object is used to cast the MapiMessage object that loads a note...

    docs.aspose.com/email/python-net/working-with-o...
  7. Convert OFT to MSG via Java | products.aspose.com

    Try the code sample to convert OFT files to MSG format in Java. Download Java API to take your email processing applications to the next level.... the library offers the MapiMessage class which is used to load...Load the OFT file using the MapiMessage.load method, specifying the...

    products.aspose.com/email/java/conversion/oft-t...
  8. Create, Save, and Read Outlook Tasks in C++|Doc...

    Create, save, and load Outlook tasks in MSG format using the MapiTask class in C++ with Aspose.Email....:: SharedPtr < MapiMessage > msg = MapiMessage :: FromFile ( dataDir...

    docs.aspose.com/email/cpp/create-read-outlook-m...
  9. Send Email via Microsoft Graph API | A Java Int...

    Experience efficient email management in Java with the Microsoft Graph API. Learn to automate email tasks and boost your productivity....(tokenProvider); MapiMessage message = new MapiMessage(); message....

    products.aspose.com/email/java/send-email/ms-gr...
  10. Access and Manage Outlook MAPI Properties in C+...

    Learn how to read, set, and remove MAPI properties in Outlook MSG files and attachments using Aspose.Email for C++....properties programmatically in MapiMessage objects, attachments, and...file (“message.msg”) into a MapiMessage object. Access the collection...

    docs.aspose.com/email/cpp/working-with-mapi-pro...