Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 18,988 for

msg

(0.04 sec)
  1. GridDesktop: read only mode, exceptions with Au...

    See attached sample - it loads an excel file in GridDesktop in read only mode (using version 25.2). GridDesktopTest.zip (12.6 KB) I observe three issues: Issue 1: Though the grid is in read only mode, a “Convert to n…...Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)...Win32.PInvoke.DispatchMessage(MSG* lpMsg) at System.Windows.Forms...

    forum.aspose.com/t/griddesktop-read-only-mode-e...
  2. 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/
  3. 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...
  4. Convert EML to EML in Python | products.aspose.com

    Save EML to EML within Python applications without using Microsoft Word or Outlook...(Email Mailbox File) Convert MSG to MSG (Outlook Message Item File)...

    products.aspose.com/total/python-net/conversion...
  5. 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....AddSubFolder( "Inbox" ); var msg = MapiMessage.Load( "sourceFile...MhtmlLoadOptions()); inbox.AddMessage(msg); } Free App to Convert MHTML...

    products.aspose.com/email/net/conversion/mhtml-...
  6. Convert MBOX to OST via C# | products.aspose.com

    Sample code for MBOX to OST C# conversion. Use API example code for batch MBOX files to OST 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...
  7. 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...
  8. Convert PST to VCF via Java | products.aspose.com

    Try the code sample to convert PST files to VCF format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : contactFolder. enumerateMapiMessage...enumerateMapiMessage ()) { if (msg. getSupportedType () == MapiItemType...

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

    Try the code sample to convert OST files to VCF format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : contactFolder. enumerateMapiMessage...enumerateMapiMessage ()) { if (msg. getSupportedType () == MapiItemType...

    products.aspose.com/email/java/conversion/ost-t...
  10. Limitations and API Differences|Documentation

    C++ Email Parser Library has some differences as compared to its equivalent .NET version. This page contains information about all such functionality that is not available in the API....Receipts Creating TNEF emails form MSG files Detecting message type...

    docs.aspose.com/email/cpp/limitations-and-api-d...