如何在 VBA 中循环访问 Microsoft Exchange 共享日历?
How to iterate through Microsoft Exchange shared calendars in VBA?
我在哪里可以找到允许我在基于 Exchange 的系统中循环访问约会的代码片段?重点是检查给定时间范围内的所有约会,并将一些数据外推到 Excel 工作表。
不清楚何时何地需要运行这样的code/task。可能的选项是:
- 使 Outlook 自动化以从用户配置文件(邮件配置文件)中获取所有必需的信息。有关详细信息,请参阅 How to automate Outlook from another program。
- 使用 EWS(Exchange Web 服务)。请参阅 EWS Managed API, EWS, and web services in Exchange 以快速入门。
我在哪里可以找到允许我在基于 Exchange 的系统中循环访问约会的代码片段?重点是检查给定时间范围内的所有约会,并将一些数据外推到 Excel 工作表。
不清楚何时何地需要运行这样的code/task。可能的选项是:
- 使 Outlook 自动化以从用户配置文件(邮件配置文件)中获取所有必需的信息。有关详细信息,请参阅 How to automate Outlook from another program。
- 使用 EWS(Exchange Web 服务)。请参阅 EWS Managed API, EWS, and web services in Exchange 以快速入门。