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

msg

(0.13 sec)
  1. OST Viewer for C# | Aspose.Email Viewer | produ...

    C# source code to load, render and display OST 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/ost/
  2. 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...
  3. Convert OLM to EML via C# | products.aspose.com

    Sample code for OLM to EML C# conversion. Use API example code for batch OLM files to EML conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in eml format msg.Save( $"{msg.Subject}.eml" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  4. Read Embedded Email Attachments from Message in...

    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" , MessageFormat . getMsg ());...Get the name of attachment. If msg subject contains characters like...

    docs.aspose.com/email/java/read-embedded-email-...
  5. 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...
  6. Attachments in emails saved from new outlook ar...

    Hi, When saving an email in outlook desktop as Msg, and then loading the email with Aspose.Email.MailMessage.Load, the resulting MailMessage has attachments in different places depending on where it was saved. If the e…...email in outlook desktop as msg, and then loading the email with...

    forum.aspose.com/t/attachments-in-emails-saved-...
  7. Categories

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......C#-ով Ինչպես փոխարկել EML-ը MSG-ի, օգտագործելով C# Ինչպես փոխարկել...

    kb.aspose.com/hy/categories/page/72/
  8. Graph exportItems full-fidelity format type - F...

    I see that Microsoft has a set of ‘beta’ graph methods for querying Exchange mailboxes - including one to exportItems and a corresponding one to initiate an ImportItem session and then pump mail into Exchange. The forma…...manageable format, such as EML or MSG, which are supported by Aspose...

    forum.aspose.com/t/graph-exportitems-full-fidel...
  9. Want to get InputStream from MapiAttachment- Ma...

    I am working on email processing My requirement is to get InputStram from parsed Msg So, want to retrieve InputStream from MapiAttachment and MapiMessage....to get InputStram from parsed msg So, want to retrieve InputStream...

    forum.aspose.com/t/want-to-get-inputstream-from...
  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...