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

msg

(0.07 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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/
  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. Working with Tasks on Exchange Server|Documenta...

    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....Exchange Tasks to disc in Outlook MSG format. The following code snippet...

    docs.aspose.com/email/cpp/working-with-tasks-on...
  8. 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...
  9. Categories

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......C#-ում Ինչպես փոխարկել EML-ը MSG-ի Java-ի միջոցով Ինչպես փոխարկել...

    kb.aspose.com/hy/categories/page/67/
  10. Convert OLM to VCF via C# | products.aspose.com

    Sample code for OLM to VCF C# conversion. Use API example code for batch OLM files to VCF conversion within VB.NET, Asp.NET or any .NET based application....( var msg in folder.EnumerateMapiMessage()) { if (msg.SupportedType...mapiContactItem = (MapiContact)msg.ToMapiMessageItem(); // save...

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