Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 20,521 for

msg

(0.1 sec)
  1. Update and Save an Email in Python|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....Initialize and Load an existing MSG file by specifying the MessageFormat...( self . dataDir + "Message.msg" ) \ # Initialize a String variable...

    docs.aspose.com/email/java/update-and-save-an-e...
  2. Convert OLM to MBOX via Java | products.aspose.com

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

    products.aspose.com/email/java/conversion/olm-t...
  3. Convert MHTML to OST via Java | products.aspose...

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

    products.aspose.com/email/java/conversion/mhtml...
  4. Convert PST to MBOX via Java | products.aspose.com

    Try the code sample to convert PST files to MBOX format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : inboxFolder. enumerateMapiMessage...enumerateMapiMessage ()) { MailMessage eml = msg. toMailMessage ( new MailConversionOption());...

    products.aspose.com/email/java/conversion/pst-t...
  5. Convert PST to MHTML via Java | products.aspose...

    Try the code sample to convert PST files to MHTML format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : inbox. enumerateMapiMessage..."Message" + count + ".mhtml" ; msg. save (mhtmlFilePath, SaveOptions...

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

    Try the code sample to convert OST files to OFT format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : inboxFolder. enumerateMapiMessage..."Message" + count + ".oft" ; msg. save (oftFilePath, SaveOptions...

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

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

    products.aspose.com/email/net/conversion/olm-to...
  8. Convert XFA to Dynamic AcroForm and Flatten the...

    Hi, I am using Aspose PDF dll to flatten my fillable pdf’s and its not working. My actual requirement is to concatenate two pdf’s. When i am trying to concatenate a fillable pdf with normal pdf it is not concatenating…...DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)...UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application...

    forum.aspose.com/t/convert-xfa-to-dynamic-acrof...
  9. Creating and Saving Outlook Tasks in Ruby|Docum...

    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" , Rjb :: import ( 'com.aspose...aspose.email.TaskSaveFormat' ) . Msg ) puts "Created outlook task...

    docs.aspose.com/email/java/creating-and-saving-...
  10. Convert PST to XPS via C# | products.aspose.com

    Sample code for PST to XPS C# conversion. Use API example code for batch PST files to XPS conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var msg in inboxFolder.EnumerateMapiMessage())...to an XPS file printer.Print(msg, dstXPS, Printing.PrintFormat...

    products.aspose.com/email/net/conversion/pst-to...