cost 303 ms
CreateObject("Outlook.Application") 在某些装有 Office 365 的计算机上不起作用 - CreateObject("Outlook.Application") not working on some computers with Office 365

我有一个客户端站点,在多台装有 64 位 Office 365 的计算机上运行我们的 Windows 桌面软件。 在他们的大多数计算机上,我们的软件能够通过 Outlook 发送 email。 但是,他们的两台计算机去年升级到了 365(由他们的 IT 技术人员,而不是我们),当他们尝试从我们的软件 ...

如何遍历列表,查找数据并在 HTML email 中发送? - How to loop through list, find data and send in HTML email?

我有以下列表,其中包含一个或多个特定 ID 的条目。 我有第二个列表,其中包含唯一 ID 和 email 地址。 我需要遍历列表,向每个 ID 发送一个 email 并列出 email 中每个匹配行的数据,还提到总量。 发送到 ID 1234 foo@bar.com 的 email 示例: ...

Outlook 2016是否仍支持Outlook.Application组件? - Is Outlook.Application component still supported in Outlook 2016?

我有一些代码使用Windows上的默认电子邮件客户端发送电子邮件。 如果是Outlook,我将使用“ Outlook.Application” ole对象,否则,我将使用MAPI。 多年来,它已在多个站点中使用,但现在不适用于新客户。 使用Win 10和Outlook 2016 ...

删除消息框时 VB.NET 的运行方式不同 - Outlook 应用程序 - VB.NET runs differently when message box removed - Outlook Application

我目前正在开发一个 Outlook 应用程序,它在测试过程中似乎运行良好。 当MSGBox("ASDFG")到位( rsts.Count返回1 )时,此代码似乎工作,但一旦删除,该语句返回0 。 我试图通过添加Debug.Print来超越这一点,看看这是否有什么不同,但我仍然发现代码只有在MSGB ...

我可以在代码中通过Outlook.Application访问Outlook加载项吗? - Can I Access Outlook Add-Ins Through Outlook.Application in my Code?

我正在使用Outlook.Application从我的C#代码发送电子邮件。 我有这个电压加密加载项,它使您可以“安全发送”消息,而不是常规的“发送”。 我可以在代码中使用此发送安全吗? 有什么方法可以访问加载项? 我可以遍历Microsoft.Office.Core.COMAd ...

从特定单元格提取数据以将其作为文本加载到电子邮件中 - Pull data from specific cell to load as text in an email

我正在尝试通过单击按钮生成电子邮件,并使其从按钮所在行的第一个单元格加载数据(作为电子邮件的主题行)。 示例:在第22行中,我在X列中放置了一个按钮,单击该按钮时,它使用单元格A22作为电子邮件的主题来创建电子邮件。 我知道如何通过将主题行数据直接输入到脚本中来执行此操作,但是,我想 ...

如何终止与手动打开的Outlook分开的Outlook.Application对象? - How to terminate Outlook.Application object separately from manually opened Outlook?

此代码将从任务管理器结束进程OUTLOOK.EXE。 如果用户已经单独打开他的Outlook,则它也将关闭。 这对于用户是不可接受的。 我通过删除找到了解决方案: Call objOLApp.Quit() 现在还有另一个问题。 关闭程序并关闭Outlook窗口(如果打开)后 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM