Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 29,611 for

msg

(1.07 sec)
  1. 使用 Aspose.Email.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 ] 将 MSG 转换为 MIME 消息 Aspose.Email API 提供使用以下方式将 MSG 文件转换为 MIME....Email-for-Java MapiMessage msg = new MapiMessage ( "sender@test...

    docs.aspose.com/email/zh/java/managing-message-...
  2. 如何使用 Java 将 Outlook 电子邮件转换为 PDF

    在这个简单的教程中,我们将重点介绍如何使用 Java 将 Outlook 电子邮件转换为 PDF。您将观察到,为了将 Msg 转换为 PDF,可以使用基于 Java 的 API。此应用程序可用于任何常用操作系统,如 Windows、macOS 或 Linux。...您将观察到,为了将 MSG 转换为 PDF,可以使用基于 Java 的 API。此外,此应用程序可用于任何常用操作系统,如...MailMessage 类对象以从磁盘加载 EML 或 MSG 电子邮件文件 将加载的电子邮件 (MSG/EML) 文件作为 ByteArrayOutputStrea...

    kb.aspose.com/zh/email/java/how-to-convert-outl...
  3. Sending Meeting Request Using Outlook Interop a...

    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....sent MailMessage msg = new MailMessage (); msg . setFrom ( new...MailAddress ( "from@domain.com" )); msg . setTo ( MailAddressCollectio...

    docs.aspose.com/email/java/sending-meeting-requ...
  4. Is it possible to set a null sent date on MapiM...

    Dear Aspose We are using Aspose.Email to convert EML messages to the Msg format. We ran into a problem when attempting to convert a draft message, i.e. a message that was never sent and thus does not have the Date heade…...convert EML messages to the MSG format. We ran into a problem...to a user viewing the saved MSG file)? Many thanks ML sergey...

    forum.aspose.com/t/is-it-possible-to-set-a-null...
  5. Manage Email Messages & Attachments with Micros...

    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....var msgs = msgsPage . Items ; foreach ( var msg in msgs ) { Console...Console . WriteLine ( msg . Subject ); } Filter Messages by Sent...

    docs.aspose.com/email/net/manage-email-messages...
  6. 透過.NET 在 C# 中壓縮 MSG 檔案 | Aspose.Zip

    C# 壓縮範例,用於在 .NET Framework 和 .NET Core 上將 Msg 文件壓縮為 zip 和其他存檔格式。...Compress MSG Compress JPG PNG BMP TIFF 3DS ZIP 使用C#壓縮MSG格式 將 MSG...NET 提供高效能 C# API,可壓縮 .NET 專案中的 MSG 電子郵件檔案。它支援批次操作、流 I/O 和可配置的壓縮...

    products.aspose.com/zip/zh-hant/net/compress/msg/
  7. Working with Outlook Contacts using C++ Email P...

    C++ Email Parser Library allows you to create, save and read Outlook contacts and import contacts from Msg and VCard file formats.... Save the contact as MSG or VCard format. The following...be used to load both Outlook MSG and VCard format contacts. The...

    docs.aspose.com/email/cpp/working-with-outlook-...
  8. Working with Outlook Tasks|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 tasks and save them to MSG format. The MapiTask class provides...information. Save the task to disc in MSG format. The following code snippet...

    docs.aspose.com/email/python-net/working-with-o...
  9. 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....Bulgarian Ukrainian Dutch Svenska 在 MSG 中使用投票选项和反应 Contents [ Hide ]...recipient, subject, and body var msg = new MapiMessage ( "from@test...

    docs.aspose.com/email/zh/net/working-with-votin...
  10. Sending Meeting Request|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....sent MailMessage msg = new MailMessage (); msg . From = "from@domain..."from@domain.com" ; msg . To = "to@domain.com" ; msg . Subject = "appointment...

    docs.aspose.com/email/net/sending-meeting-request/