Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 20,484 for

msg

(0.12 sec)
  1. Creating and Saving Outlook Notes in Python|Doc...

    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" , noteSaveFormat . Msg ) print "Created...

    docs.aspose.com/email/java/creating-and-saving-...
  2. Creating and Saving Outlook Notes in PHP|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....msg" , $noteSaveFormat -> Msg ); print "Created...

    docs.aspose.com/email/java/creating-and-saving-...
  3. E-Mail conversion to PDF - Free Support Forum -...

    We are using your product Aspose.Total Our main use case is converting Outlook emails (.Msg files) to PDF, using the following API interface: https://docs.aspose.com/email/net/saving-an-email-as-pdf/ We are currently …...msg files) to PDF, using the following...converting Outlook emails (.msg files) to PDF using Aspose.Total...

    forum.aspose.com/t/e-mail-conversion-to-pdf/315803
  4. GridWeb中的自定义验证|Documentation

    本文介绍了GridWeb中的自定义验证。...ValidationErrorClien ( cell , msg ) { //Get the error message string...alert ( this . id + "----> " + msg + " Previous value will be restored...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  5. Working with Distribution Lists|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....be saved to disk in Outlook MSG format and can be viewed/manipulated...dlist = ( MapiDistributionList ) msg . toMapiMessageItem (); MapiDistributionList...

    docs.aspose.com/email/java/working-with-distrib...
  6. Convert EML to OST via C# | products.aspose.com

    Sample code for EML to OST C# conversion. Use API example code for batch EML 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 EML to...

    products.aspose.com/email/net/conversion/eml-to...
  7. Convert HTML to OST via C# | products.aspose.com

    Sample code for HTML to OST C# conversion. Use API example code for batch HTML files to OST conversion within VB.NET, Asp.NET or any .NET based application....ost" )) { var msg = MapiMessage.Load( "content..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert HTML...

    products.aspose.com/email/net/conversion/html-t...
  8. Convert HTML to PST via C# | products.aspose.com

    Sample code for HTML to PST C# conversion. Use API example code for batch HTML files to PST conversion within VB.NET, Asp.NET or any .NET based application....AddSubFolder( "Inbox" ); var msg = MapiMessage.Load( "content...HtmlLoadOptions()); inbox.AddMessage(msg); } Free App to Convert HTML...

    products.aspose.com/email/net/conversion/html-t...
  9. 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...
  10. Convert OLM to HTML via Java | products.aspose.com

    Try the code sample to convert OLM files to HTML format in Java. Download Java API to take your email processing applications to the next level....the folder for (MapiMessage msg : folder. enumerateMapiMessage...message in HTML format msg. save (msg. getSubject () + ".html"...

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