问题标签 [outlook.application]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
49 浏览

html - Powershell:outlook 应用程序,html 正文文本对齐

我正在使用outlook.application 通过powershell 发送电子邮件。我可以得到我想要的正文消息,甚至可以发送。但现在我需要尝试证明文本的合理性。问题是,在 Outlook 中,除非您添加换行符,否则文本将一直到末尾。添加换行符后, justify 将无法按预期工作。在 word 中它是有效的,因为当你输入句子时,除非你正在创建一个新段落,否则你永远不会按 enter 进入下一行。

有没有办法使用 html body 来限制文本宽度,然后 justify 会起作用?还是另一种方式?如果您需要更多信息,请告诉我。

EDIT1:刚刚了解到这种可能性:

它对我不起作用,但也许我的语法已经关闭?它需要在一个div中吗?

EDIT2:这很有趣

当我尝试证明它是有效的,但文本一直到最后。现在我只需要一种适当的方法来限制它并换行。