Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 26,227 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. Mailbox Management with Microsoft Graph|Documen...

    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...."json" ); }; GraphMessageInfoColl msgs = client . listMessages ( folderId...GraphMessageInfo msg : msgs ) { System . out . println ( msg . getSubject...

    docs.aspose.com/email/java/mailbox-management-w...
  3. Convert OST to HTML via Java | products.aspose.com

    Try the code sample to convert OST 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/ost-t...
  4. Missing space from HTML Body text - Free Suppor...

    We are seeing an issue in HTML bodies where a space is missing in the extracted text after underlined words. “For example this” becomes “For examplethis” if example was an underlined word in the original email. So far w…...we have observed this is in msg, eml, and mht formats, but we...bodies in email formats like MSG, EML, and MHT. This can be particularly...

    forum.aspose.com/t/missing-space-from-html-body...
  5. Convert OST to MHTML via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/ost-to...
  6. 在 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....Initialize and Load an existing MSG file by specifying the MessageFormat.... load ( dataDir + "Message.msg" ) # Initialize a String variable...

    docs.aspose.com/email/zh/java/update-and-save-a...
  7. 处理 Outlook MSG 文件的跟进和截止日期|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....Outlook MSG 文件的跟进和截止日期 Contents [ Hide ] 为 Outlook MSG 文件设置后续标记和截止日期...dataDir + "SetFollowUpflag_out.msg" ); 为收件人设置跟进 以下代码片段展示了如何为收件人设置跟进。...

    docs.aspose.com/email/zh/java/working-with-foll...
  8. 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...
  9. Update and Save an 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....Initialize and Load an existing MSG file by specifying the MessageFormat.... load ( dataDir + "Message.msg" ) # Initialize a String variable...

    docs.aspose.com/email/java/update-and-save-an-e...
  10. 在 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/zh/java/create-new-email-...