Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,606 for

mapimessage

(0.04 sec)
  1. Convert MHTML to OST via C# | products.aspose.com

    Sample code for MHTML to OST C# conversion. Use API example code for batch MHTML files to OST conversion within VB.NET, Asp.NET or any .NET based application....Load the MHTML file as a MapiMessage with MhtmlLoadOptions. Find...root folder. Add the loaded MapiMessage to the Inbox folder in the...

    products.aspose.com/email/net/conversion/mhtml-...
  2. Convert OFT to EMLX via C# | products.aspose.com

    Sample code for OFT to EMLX C# conversion. Use API example code for batch OFT files to EMLX conversion within VB.NET, Asp.NET or any .NET based application....template into a MapiMessage object. Save the MapiMessage as an EMLX...C# Conversion var oft = MapiMessage.Load( "template.oft" ); oft...

    products.aspose.com/email/net/conversion/oft-to...
  3. Convert OFT to EML via C# | products.aspose.com

    Sample code for OFT to EML C# conversion. Use API example code for batch OFT files to EML conversion within VB.NET, Asp.NET or any .NET based application....oft) into a MapiMessage object. Save the MapiMessage as an Email...C# Conversion var oft = MapiMessage.Load( "template.oft" ); oft...

    products.aspose.com/email/net/conversion/oft-to...
  4. Convert OFT to VCF via Java | products.aspose.com

    Try the code sample to convert OFT files to VCF 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...
  5. Convert HTML to OST via Java | products.aspose.com

    Try the code sample to convert HTML files to OST format in Java. Download Java API to take your email processing applications to the next level....ost file, MapiMessage class representing an Outlook...a MAPI message using the MapiMessage.load() method, specifying...

    products.aspose.com/email/java/conversion/html-...
  6. Convert OFT to PST via Java | products.aspose.com

    Try the code sample to convert OFT files to PST format in Java. Download Java API to take your email processing applications to the next level....content and structure, the MapiMessage class used to load and manipulate...Load the OFT file using the MapiMessage.load method, specifying the...

    products.aspose.com/email/java/conversion/oft-t...
  7. Convert PST to ICS via Java | products.aspose.com

    Try the code sample to convert PST files to ICS format in Java. Download Java API to take your email processing applications to the next level.... The MapiMessage class provides developers...extracted from the loaded MapiMessage. It provides properties and...

    products.aspose.com/email/java/conversion/pst-t...
  8. Convert MBOX to EML via Java | products.aspose.com

    Try the code sample to convert MBOX files to EML format in Java. Download Java API to take your email processing applications to the next level.... The MapiMessage class, representing an email...the loop and store it in a MapiMessage object called ‘message’....

    products.aspose.com/email/java/conversion/mbox-...
  9. Convert MBOX to EMLX via Java | products.aspose...

    Try the code sample to convert MBOX files to EMLX format in Java. Download Java API to take your email processing applications to the next level.... The MapiMessage class, representing an email...the loop and store it in a MapiMessage object called ‘message’....

    products.aspose.com/email/java/conversion/mbox-...
  10. Convert MSG to VCF via C# | products.aspose.com

    Sample code for MSG to VCF C# conversion. Use API example code for batch MSG files to VCF conversion within VB.NET, Asp.NET or any .NET based application.... Load the MSG file as a MapiMessage using the Load method. Check...Check if the loaded MapiMessage is of “Contact” type. Cast the...

    products.aspose.com/email/net/conversion/msg-to...