Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 19,051 for

msg

(0.12 sec)
  1. Ինչպես պահպանել էլփոստի հաղորդագրությունը C++-ում

    Այս ձեռնարկում մենք կսովորենք, թե ինչպես պահպանել էլփոստի հաղորդագրությունը C++-ում: Դուք կդիտարկեք, թե ինչպես միանալ ձեր փոստարկղի հետ՝ օգտագործելով Exchange Client-ը՝ դրանից էլ-նամակները վերցնելու և պահելու համար՝ օգտագործելով պարզ API զանգեր C++-ում:...Պահպանեք հաղորդագրությունը EML և MSG ձևաչափով սկավառակի վրա՝ օգտագործելով... պահել կամ EML ձևաչափով կամ MSG ձևաչափով սկավառակի վրա` օգտագործելով...

    kb.aspose.com/hy/email/cpp/how-to-save-email-me...
  2. Working with Calendar Items on Exchange Server|...

    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/java/working-with-calenda...
  3. Aspose.Email Java for Apache POI - HSMF|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....implementation of the Outlook MSG format. At this time, it provides...the common textual content of MSG files. Read more at poi.apache...

    docs.aspose.com/email/java/aspose-email-java-fo...
  4. 如何使用 Python 将 Outlook 电子邮件转换为 HTML

    这个简单的主题侧重于如何通过提供所有环境设置详细信息和工作示例代码,使用 Python 将 Outlook 电子邮件转换为 HTML。为了将电子邮件转换为 HTML,基于 Python 的 API 可以有效地用于 Windows 和 Linux 等操作系统中的任何 .NET Core 和 Python 配置环境。...类对象以从磁盘加载源 MSG 或 EML 文件 设置输出 HTML 格式选项 使用 save 方法将加载的 MSG\EML 文件保存为...MailMessage 类的实例从磁盘访问源 EML 或 MSG 文件开始。然后通过使用 HtmlSaveOptions 类对象,将为所需的输出文件设置不同的...

    kb.aspose.com/zh/email/python/how-to-convert-ou...
  5. VCF Viewer for C# | Aspose.Email Viewer | produ...

    C# source code to load, render and display VCF documents on .NET Framework, .NET Core, and Xamarin Platforms....alongside email formats like MSG, EML, and more. API Installation...project C# code to view VCF var msg = MapiContact.FromVCard( "contact...

    products.aspose.com/email/net/viewer/vcf/
  6. How to Read MBOX Files in Node.js via .NET | pr...

    Read MBOX Files Read MBOX Files in JavaScript Open and read MBOX files in JavaScript, extracting messages and other e......msg format using SaveOptions.defaultMsgUnicode...// Save the message in EML or MSG format message.save(dataDir +...

    products.aspose.com/email/nodejs-net/reading-mb...
  7. Working with Appointments|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.... Saving Appointments to MSG Format Aspose.Email makes it...save appointments directly to .msg files. The following public classes...

    docs.aspose.com/email/java/working-with-appoint...
  8. Exception in latest version 25.4, worked in 25....

    When upgrading to 25.4 of Aspose from 25.3, I now get the following exception when attempting to load a document that worked in version 25.3. The code to load is pretty simple: MsgLoadOptions htmlLoadOptions = new …...TotalMilliseconds, }; using (MailMessage msg = MailMessage.Load(fileName,...correct format (either .eml or .msg). Sometimes, files may have the...

    forum.aspose.com/t/exception-in-latest-version-...
  9. Working with Exchange Mailbox and Messages|Docu...

    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 them to disk in EML and MSG formats: Save as EML on disk...Save to memory stream. Save as MSG. Saving Messages to EML To get...

    docs.aspose.com/email/cpp/working-with-exchange...
  10. 如何在 C# 中将电子邮件消息保存到磁盘

    本分步教程向您展示了如何在 C# 中将电子邮件消息保存到磁盘。用 C# 将电子邮件消息保存到磁盘的代码简单易行。...电子邮件消息可以在磁盘上保存为 EML or MSG 文件格式。我们将从 Exchange 邮箱接收消息,但是...循环浏览从邮箱中读取的所有电子邮件 将每封电子邮件保存到 EML or MSG file formats 按照上面的简单步骤,您可以将电子邮件消息保存到磁盘上的...

    kb.aspose.com/zh/email/net/how-to-save-email-me...