Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 19,046 for

msg

(0.07 sec)
  1. Unified merged save option - Free Support Forum...

    Hi There was a case for a new unified merged save option of all calendars, appointment and related items: AppointmentIcsSaveOptions AppointmentMsgSaveOptions AppointmentSaveOptions MapiCalendarIcsSaveOptions MapiCa…...Msg or .Oft Because such large number...

    forum.aspose.com/t/unified-merged-save-option/3...
  2. .NET Email API to Process various File Formats ...

    .NET Email processing library for Outlook, Thunderbird and other file formats. API works with SMTP POP3 IMAP and MS Exchange servers....a number of formats such as MSG, EML, EMLX, PST, OST, MBOX and...formats . Microsoft Outlook: MSG, PST, OST, OFT EML, EMLX, MBOX...

    products.aspose.com/email/net/
  3. Convert OLM to EMLX via Java | products.aspose.com

    Try the code sample to convert OLM files to EMLX 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 EMLX format msg. save (msg. getSubject () + ".emlx"...

    products.aspose.com/email/java/conversion/olm-t...
  4. Convert PST to OFT via Java | products.aspose.com

    Try the code sample to convert PST files to OFT format in Java. Download Java API to take your email processing applications to the next level....msg files in a specified destination...count = 1; for (MapiMessage msg : inbox. enumerateMapiMessage...

    products.aspose.com/email/java/conversion/pst-t...
  5. Read Outlook for Mac OLM File and Get Folders a...

    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....hasAttachments ()) { MapiMessage msg = olm . extractMapiMessage (...enumerateMessages ()) { MapiMessage msg = storage . extractMapiMessage...

    docs.aspose.com/email/java/read-outlook-for-mac...
  6. Creating and Saving Outlook Notes in Jython|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-...
  7. How to Create a PST File in Python

    This short tutorial focuses on how to create a PST file in Python. You will get familiar with the process to create a new PST file in Python with the help of a few lines of code along with the option to insert different types of folders into it....converting an EML file to an MSG file in Python, refer to the...article on how to Convert EML to MSG using Python . Updated on 19...

    kb.aspose.com/email/python/how-to-create-a-pst-...
  8. 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...
  9. Convert EMLX to OST via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/emlx-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...