Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 20,484 for

msg

(0.05 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Create New Email in Jython|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....)) # Save message in EML and MSG formats mail_message_save_type.... save ( dataDir + "Message.msg" , mail_message_save_type . ...

    docs.aspose.com/email/java/create-new-email-in-...
  7. Create New Email in Ruby|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....\ # Save message in EML and MSG formats mail_message_save_type... save ( data_dir + "Message.msg" , mail_message_save_type . ...

    docs.aspose.com/email/java/create-new-email-in-...
  8. Reading Email Messages from Microsoft SharePoin...

    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) is already stored in the SharedDocument...

    docs.aspose.com/email/net/reading-email-message...
  9. Supported File Formats|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....Format Description Load Save MSG This format is used by Microsoft...

    docs.aspose.com/email/androidjava/supported-fil...
  10. Convert OST to TIFF via C# | products.aspose.com

    Sample code for OST to TIFF C# conversion. Use API example code for batch OST files to TIFF conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var msg in inboxFolder.EnumerateMapiMessage())...to a TIFF file printer.Print(msg, dstTIFF, Aspose.Email.Printing...

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