Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 20,556 for

msg

(0.07 sec)
  1. Convert PST to HTML via Java | products.aspose.com

    Try the code sample to convert PST files to HTML format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : inbox. enumerateMapiMessage...setUseRelativePathTo ( true ); msg. save (htmlFilePath, htmlSaveOptions);...

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

    Try the code sample to convert OST files to MBOX format in Java. Download Java API to take your email processing applications to the next level....the folder for (MapiMessage msg : folder. enumerateMapiMessage...to MBOX writer. writeMessage (msg. toMailMessage ( new MailConversionOption()));...

    products.aspose.com/email/java/conversion/ost-t...
  3. Convert OLM to OFT via C# | products.aspose.com

    Sample code for OLM to OFT C# conversion. Use API example code for batch OLM files to OFT conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in oft format msg.Save( $"{msg.Subject}.oft" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  4. Convert OLM to VCF via C# | products.aspose.com

    Sample code for OLM to VCF C# conversion. Use API example code for batch OLM files to VCF conversion within VB.NET, Asp.NET or any .NET based application....( var msg in folder.EnumerateMapiMessage()) { if (msg.SupportedType...mapiContactItem = (MapiContact)msg.ToMapiMessageItem(); // save...

    products.aspose.com/email/net/conversion/olm-to...
  5. Convert OLM to EML via C# | products.aspose.com

    Sample code for OLM to EML C# conversion. Use API example code for batch OLM files to EML conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in eml format msg.Save( $"{msg.Subject}.eml" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  6. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......in Java How to Convert EML to MSG using Python How to Convert PUB...

    kb.aspose.com/categories/page/55/
  7. Categories

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......C#-ում Ինչպես փոխարկել EML-ը MSG-ի Java-ի միջոցով Ինչպես փոխարկել...

    kb.aspose.com/hy/categories/page/73/
  8. Read Embedded Email Attachments from Message in...

    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" , MessageFormat . getMsg ());...Get the name of attachment. If msg subject contains characters like...

    docs.aspose.com/email/java/read-embedded-email-...
  9. Graph exportItems full-fidelity format type - F...

    I see that Microsoft has a set of ‘beta’ graph methods for querying Exchange mailboxes - including one to exportItems and a corresponding one to initiate an ImportItem session and then pump mail into Exchange. The forma…...manageable format, such as EML or MSG, which are supported by Aspose...

    forum.aspose.com/t/graph-exportitems-full-fidel...
  10. Want to get InputStream from MapiAttachment- Ma...

    I am working on email processing My requirement is to get InputStram from parsed Msg So, want to retrieve InputStream from MapiAttachment and MapiMessage....to get InputStram from parsed msg So, want to retrieve InputStream...

    forum.aspose.com/t/want-to-get-inputstream-from...