Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 20,590 for

msg

(0.07 sec)
  1. Saving an Email as PDF|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....msg" ); MemoryStream ms = new MemoryStream...

    docs.aspose.com/email/net/saving-an-email-as-pdf/
  2. PST Viewer for C# | Aspose.Email Viewer | produ...

    C# source code to load, render and display PST documents on .NET Framework, .NET Core, and Xamarin Platforms....int count = 1 ; foreach ( var msg in inbox.EnumerateMapiMessage())...UseRelativePathToRes = true }; msg.Save(htmlFilePath, htmlSaveOptions);...

    products.aspose.com/email/net/viewer/pst/
  3. Utility Features|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....Creating RE and FW messages from MSG files IEWSClient lets developers...and FW messages from source MSG file" ); client . send ( message...

    docs.aspose.com/email/java/utility-features/
  4. Why can Aspose Email shows 3 Attachment files i...

    I have such a test Email: gurkovtest.zip (40,9 KB) and I use following code: final MapiMessage Msg = MapiMessage.fromMailMessage(emailFilename); final String dataDir = "./AsposeTemp/"; Files.createDirecto…...following code: final MapiMessage msg = MapiMessage.fromMailMessage(emailFilename);...get(dataDir)); for (int i = 0; i < msg.getAttachments().size(); i++)...

    forum.aspose.com/t/why-can-aspose-email-shows-3...
  5. Convert OST to EMLX via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/ost-to...
  6. Convert OST to MHT via C# | products.aspose.com

    Sample code for OST to MHT C# conversion. Use API example code for batch OST files to MHT conversion within VB.NET, Asp.NET or any .NET based application....foreach ( var msg in folder.EnumerateMapiMessage()) { msg.Save( $"{msg...$"{msg.Subject}.mht" , SaveOptions.DefaultMhtml); } } } Free App...

    products.aspose.com/email/net/conversion/ost-to...
  7. Product Overview|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....file formats, for example EML, MSG, MHT; mail storage formats such...

    docs.aspose.com/email/python-net/product-overview/
  8. Ինչպես ուղարկել նամակ C++-ով

    Այս ձեռնարկում մենք կուսումնասիրենք, թե ինչպես ուղարկել նամակ C++-ով: Դուք կսովորեք, թե ինչպես ուղարկել նամակներ՝ օգտագործելով SMTP հաճախորդը Gmail սերվերում՝ օգտագործելով C++:...SMTP: Կարող եք նաև ուղարկել MSG ձևաչափի էլ. Կոդ՝ C++-ով էլփոստ...

    kb.aspose.com/hy/email/cpp/how-to-send-email-in...
  9. Getting List of Messages from Inbox Folder of M...

    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....Outlook PST and Saving them to MSG Subscribe to Aspose Product Updates...

    docs.aspose.com/email/java/getting-list-of-mess...
  10. Working with PST Password Protection|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....GetSubFolders ()) { foreach ( var msg in folder . EnumerateMessages...

    docs.aspose.com/email/net/working-with-pst-pass...