Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 18,977 for

msg

(0.08 sec)
  1. View OFT Files via .NET | Aspose.Email OFT View...

    C# source code to load, render and display OFT documents on .NET Framework, .NET Core, and Xamarin Platforms....and storage formats such as MSG, EMLX, EML and MHT. Handling...for .NET , including viewing MSG files, you can download a free...

    products.aspose.com/email/net/viewer/oft/
  2. Read Outlook OST Files in Node.js via .NET | pr...

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

    products.aspose.com/email/nodejs-net/reading-os...
  3. Create an Appointment|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....Attachments and HTML Text to Outlook Msg File in Aspose.Email Create a...

    docs.aspose.com/email/net/create-an-appointment/
  4. Convert PST to HTML via Java | products.aspose.com

    Try the code sample to convert PST files to HTML format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : inbox. enumerateMapiMessage...setUseRelativePathTo ( true ); msg. save (htmlFilePath, htmlSaveOptions);...

    products.aspose.com/email/java/conversion/pst-t...
  5. Convert OLM to MBOX via C# | products.aspose.com

    Sample code for OLM to MBOX C# conversion. Use API example code for batch OLM files to MBOX conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...storage writer.WriteMessage(msg.ToMailMessage( new MailConversionOption()));...

    products.aspose.com/email/net/conversion/olm-to...
  6. 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/
  7. Create a new Task similar to Outlook and send T...

    Hi, I just want to Create/Update/Delete a Task in .Net similar as we create a new Task in Outlook and need to send Task as an email to the assigned user.Then Task should be shown in the outlook calender under the Tasks …...Msg; loadOptions.FileCompatibilityMod...from .msg file MailMessage eml = MailMessage.Load(“task.msg”, loadOptions);...

    forum.aspose.com/t/create-a-new-task-similar-to...
  8. Working with Messages in a PST File|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" )); Adding Bulk Messages Adding..."myInbox" ); MessageInfoCollectio msgs = fi . getContents (); } } }...

    docs.aspose.com/email/java/working-with-message...
  9. 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/
  10. Convert OLM to ICS via C# | products.aspose.com

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

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