标签: outlook-2011

Applescript或Automator在Outlook Mac 2011中应用规则

我有一个本地邮件规则,我想按计划申请.要手动应用所有规则,我可以单击"消息"菜单 - >"规则" - >"应用" - >"全部应用".

有没有办法使用Applescript自动执行此操作?我查看了字典中的Outlook,但没有找到任何与规则相关的操作.

或者,有没有办法用Automator做到这一点?

macos outlook applescript automator outlook-2011

2
推荐指数
1
解决办法
3182
查看次数

mso-line-height 和 mso-text-raise 在 Outlook 2013 中不起作用?

我有一个包含 3 列的页脚,这些列都严格嵌套在 HTML 电子邮件模板的基于表格的布局中。我正在尝试修复页脚,其中第三列的行高与前两列的顶部基线不匹配。

我一直在进行研究,看看是否有解决方案,并尝试了声明的mso-line-height-rule:exactly; mso-text-raise:44px;最后一列的变体line-height,但它似乎没有任何效果。

您可以在下图中看到,最后一列的文本向下移动,并且文本的间距与在电子邮件中正确呈现的第二张图像有所不同。

Outlook 2013(在 Amazon Workspace - Windows 7 Pro 中):

2013年展望

Mac 版 Outlook 2011:

在此输入图像描述

页脚代码:

            <!-- Footer -->
            <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">             
                <tr>
                    <td class="content-spacing" style="font-size:0pt; line-height:0pt; text-align:left" width="1"></td>
                    <td align="center">
                        <table width="650" border="0" cellspacing="0" cellpadding="0" class="mobile-shell">
                            <tr>
                                <td class="td" style="width:650px; min-width:650px; font-size:0pt; line-height:0pt; padding:0; margin:0; font-weight:normal; Margin:0">
                                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                        <tr>
                                            <td>
                                                <table width="100%" border="0" cellspacing="0" cellpadding="0" class="spacer" style="font-size:0pt; line-height:0pt; text-align:center; width:100%; min-width:100%"><tr><td height="25" …
Run Code Online (Sandbox Code Playgroud)

css outlook html-email outlook-2013 outlook-2011

0
推荐指数
1
解决办法
8971
查看次数