outlook 相关问题

Microsoft Outlook是Microsoft的个人信息管理器(最常用于处理电子邮件),既可以作为单独的应用程序,也可以作为Microsoft Office套件的一部分。

如何以编程方式找到团队成员的外出日程安排

我正在尝试创建团队时间表。 我想查找团队成员的外出时间表 这样我就可以创建谁将在办公室或缺席的日程表。 我尝试了 Outlook VBA、Graph API。 布...

回答 1 投票 0

更改 Outlook 中邮件之间的分隔线格式

在 Microsoft Outlook 中,在本例中为 2016 年,但也有 2013 年,可能更早。 我需要在回复邮件时更改自动插入行的颜色。 我知道这是可以做到的,因为我有一个客户......

回答 1 投票 0

.ost 文件的影子副本

我使用 .ost 文件并尝试为 2 个文件创建卷影副本: \?\GLOBALROOT\Device\HarddiskVolumeShadowCopy22\Users\Admin\AppData\Local\Microsoft\Outlook [email protected] \?\GLOBALROOT\设备\

回答 1 投票 0

如果在调用脚本的规则之后执行,Outlook VBA ItemAdd 操作将失败

当 ItemAdd 事件例程在调用另一个脚本的规则执行后运行时,我遇到了问题。具体来说,ItemAdd 例程仅负责将内容标记为已读

回答 2 投票 0

VBA OUTLOOK CODE 组织默认文件夹子文件夹

我正在寻找组织一个默认文件夹子文件夹,但我似乎无法正确编码,有人可以看一下吗? 文件夹结构 子组织电子邮件按发件人() Dim olApp As O...

回答 1 投票 0

Outlook 日历不使用 FullCalendar 呈现

我正在开发一个应用程序来使用 fullcalendar 查看 Outlook 日历上的事件,问题是我登录到 Microsoft,原则上一切都是正确的,我返回到我的网站,但日历...

回答 1 投票 0

尝试后期绑定 Outlook,但在创建对象行后出现类型不匹配错误

我正在尝试延迟绑定打开 Outlook 消息以报告问题或电子表格建议的过程。 我正在尝试预填 TO: 和 CC: 收件人、主题行、...

回答 1 投票 0

移动 Restrict() 方法找到的所有项目

考虑以下 Outlook VBA 代码: Sub Macro1() '将电子邮件从“收件箱”文件夹移动到“新应用程序” Dim olMapi 作为命名空间 Dim olStore As Outlook.Store ...

回答 1 投票 0

由于缺少短信代码而无法验证 Microsoft 帐户

我在验证 Microsoft 帐户时遇到问题。详细信息如下: 问题:当我尝试登录我的 Microsoft 帐户时,系统会提示我输入最后一个 ...

回答 1 投票 0

循环输入电子邮件地址并附加适用的 pdf

这段代码应该: 将数组中列出的四个工作表(暗淡为 s)导出为 pdf 将该 pdf 附加到电子邮件中并添加简单的通用消息 将适用的电子邮件地址插入...

回答 2 投票 0

使用 Microsoft Graph API 的应用程序类型 API 权限

我想创建一个应用程序,通过 Microsoft Graph API 列出 Outlook 中的所有电子邮件。 我做了什么: 1) 转到“Microsoft Entra ID”(以前的 Active Directory) 前往“应用程序注册...

回答 1 投票 0

创建 VBA Excel 宏,使用 Word 文档中的文本和格式创建 Outlook 会议邀请。 (办公室 365)

该宏大部分都可以工作,但它有奇怪的行为:我需要打开 Word 文档,否则会出现错误。此外,执行需要一段时间,并尝试再次以只读方式打开文档。我是

回答 1 投票 0

我正在使用 pthon mjml (https://pypi.org/project/mjml/) 将 mjml 转换为 html,但转换后的 html 无法在外观中渲染背景图像

我正在使用 pthon mjml (https://pypi.org/project/mjml/) 将 mjml 转换为 html,但转换后的 html 无法在外观中渲染背景图像 米吉姆代码 我正在使用 pthon mjml (https://pypi.org/project/mjml/) 将 mjml 转换为 html,但转换后的 html 无法在外观中渲染背景图像 mjml代码 <mj-section background-position="bottom right" padding-top="0px" padding-right="25px" padding-bottom="0px" padding-left="25px" background-color="#f7f7f7" background-url="{{ static_url }}images/email_result_summry_bg.svg" background-repeat="no-repeat" > 转换后的html <div style=\ "background:url('https://purple.insightloupe.com/static/images/context-bg.jpg') center top / cover no-repeat;background-position:center top;background-repeat:no-repeat;background-size:cover;margin:0px auto;max-width:600px\"> <div style=\ "line-height:0;font-size:0\"> <table align=\ "center\" background=\ "https://purple.insightloupe.com/static/images/context-bg.jpg\" border=\ "0\" cellpadding=\ "0\" cellspacing=\ "0\" role=\ "presentation\" style=\ "width:100%;background:url('https://purple.insightloupe.com/static/images/context-bg.jpg') center top / cover no-repeat;background-position:center top;background-repeat:no-repeat;background-size:cover\"> 当我删除背景图像时,它工作正常,但我无法删除背景图像 以下代码适用于 MJML: <mjml> <mj-body> <mj-section> <mj-column> <mj-image width="100px" src="/assets/img/logo-small.png"></mj-image> <mj-divider border-color="#F45E43"></mj-divider> <mj-section background-position="bottom right" padding-top="0px" padding-right="25px" padding-bottom="0px" padding-left="25px" background-color="#f7f7f7" background-url="https://via.placeholder.com/600x300/ff0000" background-repeat="no-repeat" > <mj-text font-size="20px" color="#F45E43" font-family="helvetica">Hello World</mj-text> </mj-section> </mj-column> </mj-section> </mj-body> </mjml> 所以问题出在Python MJML 程序上。这应该修复。 您可能希望 Outlook Windows 能够实现这种输出: <!--[if mso | IE]> <table align="center" border="0" cellpadding="0" cellspacing="0" class="" style="width:600px;" width="600" bgcolor="#f7f7f7" > <tr> <td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"> <v:rect style="width:600px;" xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false"> <v:fill origin="0.5, 0" position="0.5, 0" src="https://via.placeholder.com/600x300/ff0000" color="#f7f7f7" type="tile" /> <v:textbox style="mso-fit-shape-to-text:true" inset="0,0,0,0"><![endif]-->

回答 1 投票 0

有没有办法在 Outlook 桌面客户端中“暂停”电子邮件

Outlook 365(Web 客户端)包含“暂停”电子邮件的功能,可有效地将它们隐藏到指定时间。不幸的是,Outlook 桌面客户端不包含此功能(

回答 1 投票 0

VBA Outlook Items Restrict() 方法不包括所有项目

考虑以下 Outlook VBA 脚本: Sub Macro1() '将电子邮件从“收件箱”文件夹移动到“新应用程序” Dim olMapi 作为命名空间 Dim olStore As Outlook.Store ...

回答 1 投票 0

Outlook 经典客户端电子邮件模板表格列被挤压

表+=` table += `<table border="0" width="760" align="center" cellpadding="0" cellspacing="0" > <tbody><tr bgcolor="#00205c"> <td height="40" style="color: #fff; font-size: 15px; font-weight: 700; font-family: 'Roboto', Arial, sans-serif; padding-left: 10px;"> ${dataset.name}</td> </tr> <tr> <td bgcolor="#fff" height="5"></td> </tr> </tbody> </table>`; table += '<table bgcolor="ffffff" border="0" width="760" align="center" cellpadding="0" cellspacing="0" style="margin: 0 auto; border: 1px solid black;">'; table += '<thead>'; table += '<tr bgcolor="#00205c">'; dataset.columns.forEach((field) => { table += `<th align="left" style="color: #fff; font-size: 14px; font-family: 'Roboto', Arial, sans-serif; padding-left: 10px">${titleCase( replaceUnderscores( `${field.label ?? (typeof field === 'string' ? field : field.name)}` ) )}</th>`; }); table += '</tr></thead>'; table += '<tbody>'; // Iterate over each record for (const record of dataset.records) { table += '<tr>'; // Create a new cell for each field in the record for (const column of dataset.columns) { table += `<td style = "color: #000; font-size: 15px; font-family: 'Roboto', Arial, sans-serif; padding-left: 20px; padding-top: 8px;padding-bottom: 8px; border-bottom:1px solid #d1d5db;"> ${formatDates(record[column.name])}</td>`; } table += '</tr>'; } table += '</tbody>'; table += '</table>'; 我正在制作这样的表格,它对于其他客户端(即 Outlook 网页版、gmail 等)运行良好 但无法在 Outlook 经典 Windows 应用程序中工作 预期结果 我尝试过条件方法但没有成功 我已附上 stackblitz 链接以供参考 https://stackblitz.com/edit/stackblitz-starters-cmqgwj?file=index.html 更新了 Outlook 客户端的屏幕截图: 它从右侧被切掉 我注意到一些可能导致该问题的潜在问题: 1。 宽度和对齐方式:您在表格元素中使用 width="760" 和align="center" 属性。这些可能不受支持,或者可能会导致 Outlook Classic 出现问题。 2。 CSS 样式:您正在使用内联 CSS 样式,这可能与 Outlook Classic 的渲染引擎不兼容。 3。 表结构:您的表结构非常复杂,多个表相互嵌套。这可能会导致 Outlook Classic 中的呈现问题。 也许这些是唯一的解决方案: 简化表结构: 尝试通过删除不必要的表格并使用具有适当 thead、tbody 和 tr 元素的单个表格来简化表格结构。 删除宽度和对齐属性: 从表格元素中删除 width 和 align 属性,而是使用 CSS 样式来控制布局。 使用与 Outlook 兼容的 CSS 样式: 使用与 Outlook Classic 兼容的 CSS 样式。例如,不要使用 style="color: #fff; font-size: 15px;”,使用 style="font: 15px 'Roboto', Arial, sans-serif; color: #fff;"。 我的建议: table += ` <table border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto; border: 1px solid black;"> <thead> <tr bgcolor="#00205c"> ${dataset.columns.map((field) => ` <th style="font: 14px 'Roboto', Arial, sans-serif; color: #fff; padding-left: 10px;"> ${titleCase(replaceUnderscores(`${field.label ?? (typeof field === 'string' ? field : field.name)}`))} </th> `).join('')} </tr> </thead> <tbody> ${dataset.records.map((record) => ` <tr> ${dataset.columns.map((column) => ` <td style="font: 15px 'Roboto', Arial, sans-serif; color: #000; padding-left: 20px; padding-top: 8px; padding-bottom: 8px; border-bottom: 1px solid #d1d5db;"> ${formatDates(record[column.name])} </td> `).join('')} </tr> `).join('')} </tbody> </table> `; 我认为这是唯一的解决方案。

回答 1 投票 0

根据输入框值将选定的电子邮件移动到文件夹

我想根据输入框中的值移动电子邮件。 想法是,我选择一封或多封电子邮件并运行脚本。 输入框出现,我填写代表文件夹名称的 6 位数字。 如果该文件夹存在于任何地方...

回答 2 投票 0

For Each 循环会导致“自动化错误 = For 循环未初始化”

我希望通过一个按钮运行所有 Outlook 规则。我有来自另一个网站的以下代码。 它会产生一个错误: 运行时错误-2146664191 (800c8101) 自动化错误 我有 22 条规则...

回答 2 投票 0

iOS 上的 Outlook 将日期变成蓝色链接

我有一封 html 电子邮件,使用蓝色背景和白色正文。 iOS 将日期、地址和电子邮件地址链接变为蓝色。我已经能够使用此 workaro 将这些链接更改回白色...

回答 1 投票 0

Godaddy 中继/Outlook 中继 SMPT 身份验证

对于 Godaddy,我能够从这个中继发送电子邮件:“smtpout.secureserver.net”但是该中继在 Godaddy 端受到速率限制,我用 google 搜索了我的错误,发现了这个:GoDaddy SMPT limit

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.