是否可以将outlook文件(.msg)转换为在ckeditor等文本编辑器中显示? [英] Is it possible to convert an outlook file (.msg) to be displayed within a text editor such as ckeditor?

查看:451
本文介绍了是否可以将outlook文件(.msg)转换为在ckeditor等文本编辑器中显示?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试通过向收件人列表发送电子邮件来解决我们遇到的电子邮件问题。 Outlook只允许一定数量的电子邮件地址,要求我们将列表分为两组。

我被要求通过在.net中创建一个电子邮件模板来解决这个问题,当按下发送按钮时,我会发送个人电子邮件。循环遍历列表。

我没有让用户在电子邮件模板中输入图像和文本,而是想到了一种方法来读取在outlook中创建的电子邮件模板文件,然后用文本显示它编辑器(电子邮件模板),以便在需要时进行更改。



我尝试过:



尝试使用ckeditor在.net表单中使用。显示outlook msg文件有问题。

I am trying to resolve an email issue that we are experiencing with sending an email to a list of recipients. Outlook only allows a set number of email address which require us to spit the list in two groups.
I am asked to resolve this by creating an email template within .net and when the send button is pressed, I will send out individual emails. Looping through the list.
Instead of having a user enter images and text within the email template I was thinking of a way to read in an email template file created from within outlook, then display it with a text editor (email template) to allow changes if needed.

What I have tried:

Tried using a ckeditor to use within a .net form. Having issues with displaying an outlook msg file.

推荐答案

有可能,你真的需要一个解析器 - 这可能是一个起点用C#读取Outlook MSG文件 [ ^ ]



我会在消息模板中设置'占位符' - 然后这是一个简单的任务,即为每个收件人组撰写新邮件,填写占位符并发送邮件(即,您甚至可能不需要编辑手动)
It is possible, you really need a parser - this may be a starting point Reading an Outlook MSG File in C#[^]

I would set up 'placeholders' in the message template - then its a simple task of composing a new message for each recipient group, filling in the placeholders and sending the message (ie, you might not even need to edit it manually)


这篇关于是否可以将outlook文件(.msg)转换为在ckeditor等文本编辑器中显示?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆