Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 26,617 for

msg

(0.06 sec)
  1. 在 Exchange 服务器上处理日历项|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....request MailMessage msg = new MailMessage (); msg . setFrom ( MailAddress..."administrator@test.com" )); msg . setTo ( MailAddressCollectio...

    docs.aspose.com/email/zh/java/working-with-cale...
  2. How to Read OLM Files in Node.js via .NET | pro...

    Read OLM Files Read OLM Files in JavaScript Open and read OLM files in JavaScript, accessing emails and other data, s......creating a MapiMessage object (msg) for further use. Code Sample...today's messages from Inbox const msg = olm.extractMapiMessage(messageInfo);...

    products.aspose.com/email/nodejs-net/reading-ol...
  3. 在 PST 文件中管理邮件|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 格式保存到磁盘。 Try it out! 运行 ConversationThread...之后,调用 MapiMessage.Save() 方法将邮件以 MSG 格式保存到磁盘或流中。 // For complete examples...

    docs.aspose.com/email/zh/net/managing-messages-...
  4. Working with MIME Messages|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....& Manipulate, Convert ICS to MSG Subscribe to Aspose Product Updates...

    docs.aspose.com/email/net/working-with-mime-mes...
  5. 在 Jython 中编程 Outlook|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....Hide ] 在 Jython 中操作 Outlook 邮件(MSG)文件 在 Jython 中操作 Outlook 个人存储(PST)文件...

    docs.aspose.com/email/zh/java/programming-outlo...
  6. 创建循环任务|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....NET 允许您创建 Outlook 任务并保存为 MSG 格式。 MapiTask 该类提供了多个属性,如 Per...Save ( "AsposeDaily.msg" , TaskSaveFormat . Msg ); 下载示例代码 Codeplex...

    docs.aspose.com/email/zh/net/create-a-recurring...
  7. Aspose API to read and write PST files - Free S...

    We only need an API that can read and write PST files . Could you please let us know if you can provide an API specifically for the .pst format only , and what your charges would be for it?...convert message formats such as MSG, EML/EMLX, MBOX, PST, OST & MHT...support for other formats such as MSG, EML, OST, MBOX, etc., as we...

    forum.aspose.com/t/aspose-api-to-read-and-write...
  8. 如何使用 Java 将 Outlook 电子邮件转换为 HTML

    在此示例中,我们将重点介绍如何使用 Java 将 Outlook 电子邮件转换为 HTML。您将了解到,为了将电子邮件转换为 HTML,基于 Java 的 API 可用于任何常用的操作系统,如配置了 Java 的 Windows、Linux 或 macOS。...类对象以从磁盘访问源 MSG 或 EML 文件 设置输出 HTML 保存和格式选项 使用 save 方法将加载的 MSG 或 EML...MailMessage 类对象从磁盘加载源 EML 或 MSG 文件作为第一步。然后,我们将使用 HtmlSaveOptions...

    kb.aspose.com/zh/email/java/how-to-convert-outl...
  9. 如何使用 C# 将 Outlook 电子邮件转换为 HTML

    在这个简单的主题中,我们将学习如何使用 C# 将 Outlook 电子邮件转换为 HTML。您将观察到,为了将电子邮件导出到 HTML,可以有效地使用基于 C# 的 API。此应用程序可在 Windows、Linux 或 macOS 等操作系统中的任何 .NET 配置环境中使用。...类对象以从磁盘访问源 MSG 或 EML 文件 设置输出 HTML 文件的 HTML 保存选项 使用 Save 方法将 MSG 文件保存为...MailMessage 类的实例从磁盘加载源 EML 或 MSG 文件,然后为所需的输出文件设置不同的 HTML 选项。最后,我们将使用...

    kb.aspose.com/zh/email/net/how-to-convert-outlo...
  10. 使用 IMAP 服务器的邮件|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....eml" ); } 以 MSG 格式保存消息 在上述示例中 ,邮件保存为 EML 格式。要将邮件保存为 MSG 格式,请使用 ImapClient...save() 随后可以调用该方法将消息保存为 MSG。以下代码片段展示了如何将消息保存为 MSG 格式。 // For complete...

    docs.aspose.com/email/zh/java/working-with-mess...