Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 20,475 for

msg

(0.07 sec)
  1. Utility Features - MailMessage|Documentation

    You can read email messages with TNEF attachments used by Microsoft Outlook and Exchange Server, and modify the contents of the attachment using the C++ Email Parser Library API....TNEF EML files from Outlook MSG files. Reading Message by Preserving...

    docs.aspose.com/email/cpp/utility-features-mail...
  2. 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-...
  3. 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-...
  4. Read Outlook PST Files in Node.js via .NET | pr...

    Read PST Files Open PST Files & Extract Email Data in Node.js Open and read PST files in JavaScript, accessing emails......into various formats like EML, MSG, MBOX, HTML, and more, giving...popular email formats (like MSG, EML, and MHTML) - from email...

    products.aspose.com/email/nodejs-net/reading-ps...
  5. 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...
  6. Issues in Parsing a PST File - Free Support For...

    Hi Team we encountered below issues in few of the PST Files which we tried to read via both Java and Dotnet. Unread count shown is incorrect: The folder has a total of 6 mails only but the unread count property of Fol…...getSubject()); MapiMessage msg = pst.extractMessage(messageInfo);...println("Attachments count: " + msg.getAttachments().size()); for...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...
  7. 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...
  8. Convert HTML to PST via Java | products.aspose.com

    Try the code sample to convert HTML files to PST format in Java. Download Java API to take your email processing applications to the next level....addSubFolder ( "Inbox" ); MapiMessage msg = MapiMessage. load ( "content...HtmlLoadOptions()); inbox. addMessage (msg); What is HTML File Format? HTML...

    products.aspose.com/email/java/conversion/html-...
  9. Convert OST to MBOX via Java | products.aspose.com

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

    products.aspose.com/email/java/conversion/ost-t...
  10. Edit or View OST Document Metadata via C++ | pr...

    C++ example code to edit or view OST file metadata on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....internet code page property prop = msg->get_Properties()->idx_get(M...and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/cpp/metadata/ost/