Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 6,262 for

mapimessage

(0.06 sec)
  1. C# API to Export MSG to MD | products.aspose.com

    Convert MSG to MD without using Microsoft Word or Outlook on .NET... By using MapiMessage class of Aspose.Email for...var outlookMessageFile = MapiMessage . FromFile ( "message.msg"...

    products.aspose.com/total/net/conversion/msg-to...
  2. Async OAuth Token and EWS Email Management in C...

    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 that resolves to a MapiMessage object when the asynchronous...completed Task, which is a MapiMessage object containing the fetched...

    docs.aspose.com/email/net/async-oauth-token-ews...
  3. C# API to Export MSG to SVG | products.aspose.com

    Convert MSG to SVG without using Microsoft Word or Outlook on .NET... By using MapiMessage class of Aspose.Email for...var outlookMessageFile = MapiMessage . FromFile ( "message.msg"...

    products.aspose.com/total/net/conversion/msg-to...
  4. Working with Messages in a PST File|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....mapi import MapiMessage class MapiMessageEnumerato...( self . files ): return MapiMessage . from_file ( os . path ...

    docs.aspose.com/email/python-net/working-with-m...
  5. View or Edit MBOX Files Metadata via .NET | pro...

    C# source code to edit or view MBOX format metadata on .NET Framework, .NET Core, and Xamarin Platforms....MBOX file via an object of MapiMessage Get message type to access...load the message in with MapiMessage.Load var mail = Aspose.Email...

    products.aspose.com/email/net/metadata/mbox/
  6. Cannot open ics files - Free Support Forum - as...

    Hi I have a few sample ics files and none of them open. I am trying to convert them to msg files as per your documentation here: Convert ICS to MSG via C# | products.aspose.com I keep getting an error “The MailMessage …...MapiMessage.d(LK d, OutlookMessageFormat...t) at Aspose.Email.Mapi.MapiMessage.n(MailMessage d, MapiConversionOption...

    forum.aspose.com/t/cannot-open-ics-files/248987
  7. Convert MHTML to PST via C# | products.aspose.com

    Sample code for MHTML to PST C# conversion. Use API example code for batch MHTML files to PST conversion within VB.NET, Asp.NET or any .NET based application....file with MapiMessage.Load. Add the loaded MapiMessage to the Inbox...AddSubFolder( "Inbox" ); var msg = MapiMessage.Load( "sourceFile.mhtml"...

    products.aspose.com/email/net/conversion/mhtml-...
  8. Convert MSG to ICS via C# | products.aspose.com

    Sample code for MSG to ICS C# conversion. Use API example code for batch MSG files to ICS conversion within VB.NET, Asp.NET or any .NET based application....Load the MSG file into a MapiMessage object. Check if the loaded...C# Conversion var msg = MapiMessage.Load( "appointment.msg" );...

    products.aspose.com/email/net/conversion/msg-to...
  9. Aspose Email - Sender header with special chara...

    Hello, I am using the 2025-11 version or Aspose Java Email. I am using it to convert an MSG message to an EML. The conversion works but it has a problem with the header “Sender”. The sender in this case contains the …...obtained through MapiMessage mapi = MapiMessage.fromMailMessage(new...message content. MapiMessage msg = MapiMessage.load("issued.msg");...

    forum.aspose.com/t/aspose-email-sender-header-w...
  10. Convert OLM to VCF via Java | products.aspose.com

    Try the code sample to convert OLM files to VCF format in Java. Download Java API to take your email processing applications to the next level.... The MapiMessage class provides developers...files int count = 1; for (MapiMessage msg : folder. enumerateMapiMessage...

    products.aspose.com/email/java/conversion/olm-t...