Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 20,592 for

msg

(0.12 sec)
  1. Product Overview|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....formats: EML – Standard MIME Email MSG – Microsoft Outlook Message File...

    docs.aspose.com/email/sharepoint/product-overview/
  2. Analyze email headers from TXT files via .NET |...

    C# source code for email tracking and emails check from TXT file on .NET Framework, .NET Core, and Xamarin Platforms....and storage formats such as MSG, EMLX, EML and MHT. Handling... Analyze email headers from MSG, TXT, EML files, and get IP location...

    products.aspose.com/email/net/headers/txt/
  3. 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 EML file var msg = MapiMessage.Load( "message..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert MHTML...

    products.aspose.com/email/net/conversion/mhtml-...
  4. Public API Changes in Aspose.Email 4.7.0|Docume...

    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....interpretAsTnef(MapiMessage msg) Method MapiConversionOption...

    docs.aspose.com/email/java/public-api-changes-i...
  5. Working with Gmail Contacts|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....various output formats such as MSG and VCF. The Save method provides...+ "contact_out.msg" , ContactSaveFormat . Msg ); contact . save...

    docs.aspose.com/email/java/working-with-gmail-c...
  6. Save Email Message As PDF|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....msg" ); MailMessage eml = MailMessage...more details, visit Saving A MSG as PDF . Convert Outlook Offline...

    docs.aspose.com/email/java/save-email-message-a...
  7. Assafasfasfsafasfsafsafsaf - Free Support Forum...

    not to do that all the...convert message formats such as MSG, EML/EMLX, MBOX, PST, OST & MHT...

    forum.aspose.com/t/assafasfasfsafasfsafsafsaf/3...
  8. Convert MBOX to PST via C# | products.aspose.com

    Sample code for MBOX to PST C# conversion. Use API example code for batch MBOX files to PST conversion within VB.NET, Asp.NET or any .NET based application....EnumerateMessages()) { var msg = MapiMessage.FromMailMessage(eml);...FromMailMessage(eml); folderInfo.AddMessage(msg); } } Free App to Convert MBOX...

    products.aspose.com/email/net/conversion/mbox-t...
  9. Convert EML to OST via Java | products.aspose.com

    Try the code sample to convert EML files to OST format in Java. Download Java API to take your email processing applications to the next level....Load the EML file MapiMessage msg = MapiMessage. load ( "message..."Inbox" ); folderInfo. addMessage (msg); What is EML File Format? EML...

    products.aspose.com/email/java/conversion/eml-t...
  10. 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 (lazy loading) msg.getAttachments()...message with streamed attachment msg.save("output"); The changes will...

    forum.aspose.com/t/how-to-deal-with-huge-attach...