Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 20,521 for

msg

(0.15 sec)
  1. Aspose.Email for SharePoint|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....message file formats, like: EML, MSG, MHT; mail storage formats as:...

    docs.aspose.com/email/sharepoint/
  2. Convert EMLX to OST via C# | products.aspose.com

    Sample code for EMLX to OST C# conversion. Use API example code for batch EMLX files to OST conversion within VB.NET, Asp.NET or any .NET based application....{ // Load the EMLX file var msg = MapiMessage.Load( "message..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert EMLX...

    products.aspose.com/email/net/conversion/emlx-t...
  3. How to deal with huge attachment like cloud att...

    We have a requirement where need to get the cloud attachment and add as an attachment to MailMessage, below is the sample code, but with this we are running into OOM issue. Is there any way to add huge attachments? Samp…...MapiMessage msg... // add streamed attachment (lazy loading) msg.getAttachments()...message with streamed attachment msg.save("output"); The changes will...

    forum.aspose.com/t/how-to-deal-with-huge-attach...
  4. 档案

    档案...您可能会发现自己处于希望应用程序读取 EML 和 MSG 文件并将其内容添加到某个文件或对它们执行某些其他操作的场景中。为此,本文将教您如何使用...Microsoft Outlook。该 API 还支持读取 EML 和 MSG 电子邮件文件。您可以通过 NuGet 安装 API,也可以直接从...

    blog.aspose.com/zh/email/read-email-messages-us...
  5. Error Toast changes - Free Support Forum - aspo...

    How can I target a particular toast message Error one I want to customize it . Can you help me with getting the particular toast class using xs. For some modal I am using xs.Sheet.<modalName> .el.el image.png (14.5 KB…... xtoast('Tip', msg) peter.zhou October 2, 2025,...tips xs.customToast=(msgtype,msg,callback)=>{ ..... ..... ......

    forum.aspose.com/t/error-toast-changes/319354
  6. Aspose.Email Java For Ruby|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....provides classes to read and update MSG,EML,EMLX,OFT files, add/remove...update subject, body and other MSG file properties. Aspose.Email...

    docs.aspose.com/email/java/aspose-email-java-fo...
  7. Convert EMLX to PST via C# | products.aspose.com

    Sample code for EMLX to PST C# conversion. Use API example code for batch EMLX files to PST conversion within VB.NET, Asp.NET or any .NET based application....AddSubFolder( "Inbox" ); var msg = MapiMessage.Load( "sourceFile...EmlxLoadOptions()); inbox.AddMessage(msg); } Free App to Convert EMLX...

    products.aspose.com/email/net/conversion/emlx-t...
  8. AttachSignature x509cert overload limits? - Fre...

    Hello, If we use this overload: AttachSignature(MapiMessage, X509Certificate2, SignatureOptions) To avoid loading certificate into the cms signer, how to set: CmsSigner > DigestAlgorithm IncludeOption and SignedAtt…...AttachSignature(MapiMessage msg, CmsSigner signer, SignatureOptions...AttachSignature(MapiMessage msg, CmsSigner signer, SignatureOptions...

    forum.aspose.com/t/attachsignature-x509cert-ove...
  9. Analyze email headers from TXT files via .NET |...

    C# source code for email tracking and emails check from TXT file on .NET Framework, .NET Core, and Xamarin Platforms....and storage formats such as MSG, EMLX, EML and MHT. Handling... Analyze email headers from MSG, TXT, EML files, and get IP location...

    products.aspose.com/email/net/headers/txt/
  10. Convert MHTML to OST via C# | products.aspose.com

    Sample code for MHTML to OST C# conversion. Use API example code for batch MHTML files to OST conversion within VB.NET, Asp.NET or any .NET based application....)) { // Load the EML file var msg = MapiMessage.Load( "message..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert MHTML...

    products.aspose.com/email/net/conversion/mhtml-...