Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 850 for

eml

(0.03 sec)
  1. 如何使用 C# 将 Outlook 电子邮件转换为 TIFF

    在这个小主题中,我们将重点介绍如何使用 C# 将 Outlook 电子邮件转换为 TIFF。您将见证,为了将电子邮件导出到 TIFF,可以有效地利用基于 C# 的 API,并且该应用程序可以在 Windows、macOS 或 Linux 等操作系统中的任何支持 .NET 的环境中使用。...为了将 EML 转换为 TIFF 基于 C# 的 API 提供了一个简单的...MailMessage 类对象以加载源 MSG 或 EML 格式的电子邮件文件 将访问的电子邮件 (EML/MSG) 文件以流的形式保存为 MHTML...

    kb.aspose.com/zh/email/net/how-to-convert-outlo...
  2. Ինչպես փոխարկել Outlook էլփոստը Word-ի C#-ի միջ...

    Այս հեշտ ձեռնարկում մենք կսովորենք, թե ինչպես փոխարկել Outlook էլփոստը Word-ի՝ օգտագործելով C#: Դուք կտեսնեք, որ էլփոստը Word C#-ի վրա հիմնված API արտահանելու համար կարող է օգտագործվել: Դուք կարող եք օգտագործել այս հավելվածը .NET կազմաձևված միջավայրերից որևէ մեկում օպերացիոն համակարգերում, ինչպիսիք են Windows-ը, macOS-ը կամ Linux-ը:...քայլերը: Դուք նկատում եք, որ EML-ը DOCX -ի փոխարկելու համար կարող...օբյեկտը` սկզբնաղբյուր MSG կամ EML ձևաչափի էլփոստի ֆայլը բեռնելու...

    kb.aspose.com/hy/email/net/how-to-convert-outlo...
  3. Ինչպես փոխարկել Outlook էլփոստը TIFF-ի C#-ի միջ...

    Այս փոքրիկ թեմայում մենք կկենտրոնանանք այն բանի վրա, թե ինչպես փոխարկել Outlook Email-ը TIFF-ի՝ օգտագործելով C#: Դուք ականատես կլինեք, որ էլփոստը TIFF C#-ի վրա հիմնված API արտահանելու համար կարող է արդյունավետ օգտագործվել, և հավելվածը կարող է օգտագործվել ցանկացած .NET սպորված միջավայրում օպերացիոն համակարգերում, ինչպիսիք են Windows-ը, macOS-ը կամ Linux-ը:...կարգավորելու մանրամասն քայլերին: EML-ը TIFF C# -ի վրա հիմնված API-ի...դասի օբյեկտը աղբյուրի MSG կամ EML ձևաչափի էլփոստի ֆայլը բեռնելու...

    kb.aspose.com/hy/email/net/how-to-convert-outlo...
  4. Ինչպես փոխարկել Outlook էլփոստը PDF-ի, օգտագործ...

    Այս հեշտ ձեռնարկում մենք կսովորենք, թե ինչպես փոխարկել Outlook էլփոստը PDF-ի՝ օգտագործելով C#: Դուք կտեսնեք, որ MSG-ը PDF-ի փոխարկելու համար կարող է օգտագործվել C# վրա հիմնված API: Դուք կարող եք օգտագործել այս օրինակը ցանկացած ընդհանուր հասանելի օպերացիոն համակարգում, ինչպիսիք են Windows-ը, macOS-ը կամ Linux-ը:...MailMessage դասի օբյեկտը MSG կամ EML ֆորմատի էլփոստի ֆայլը բեռնելու...Պահպանեք բեռնված էլփոստի (MSG/EML) ֆայլը որպես հոսք միջանկյալ MHTML...

    kb.aspose.com/hy/email/net/how-to-convert-outlo...
  5. How to Save Email Message to Disk in C#

    This step by step tutorial shows you how to save email message to disk in C#. The code for saving email message to disk in C# is easy and simple....email message can be saved as EML or MSG file formats on the disk...individual email message to EML or MSG file formats By following...

    kb.aspose.com/email/net/how-to-save-email-messa...
  6. How to Convert Outlook Email to Word using Java

    In this topic, we will learn about how to convert Outlook Email to Word using Java. You will witness that in order to convert an Email to Word Java-based API can be used in any of the commonly available operating system like Windows, macOS, or Linux....MailMessage class object to load the EML or MSG email file from the disk...disk Save the loaded Email (MSG/EML) file as a ByteArrayOutputStrea...

    kb.aspose.com/email/java/how-to-convert-outlook...
  7. Emlx conversion issues - Free Support Forum - a...

    Hello, A few conversion issues: Loading an .mht file and saving as .Emlx will result in an extra = in the top of converted page. To make sure I’m seeing the Emlx correctly, after this convert, I loaded the result .e…...and saving it as eml, opening the result eml in notepad, X-Mailer...Loading emlx and saving it as eml, the saved file is then detected...

    forum.aspose.com/t/emlx-conversion-issues/258708
  8. How to Convert Outlook Email to HTML using Python

    This easy topic focuses on how to convert Outlook Email to HTML using Python by providing all the environment setup details and a working sample code. In order to convert Email to HTML Python based API can be effectively used in any of the .NET Core and Python configured environments in operating systems like Windows and Linux....object to load the source MSG or EML file from the disk Set the output...options Save the loaded MSG\EML file as HTML using the save method...

    kb.aspose.com/email/python/how-to-convert-outlo...
  9. 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…...Email to convert EML messages to the MSG format. We...MailMessage eml = MailMessage.load("test.eml"); eml.isDraft(true);...

    forum.aspose.com/t/is-it-possible-to-set-a-null...
  10. How to Convert Outlook Email to HTML using C#

    In this simple topic, we will learn how to convert Outlook Email to HTML using C#. You will observe that in order to export Email to HTML C# based API can be effectively used. This application can be used in any of the .NET configured environment in operating systems like Windows, Linux, or macOS.... In order to convert an EML to HTML C# based API exposing...to access the source MSG or EML file from the disk Set the HTML...

    kb.aspose.com/email/net/how-to-convert-outlook-...