通过 VSTO 更改 Outlook AppointmentItem 的组织者

发布于 2024-12-20 00:15:48 字数 237 浏览 0 评论 0原文

我正在尝试通过我开发的插件从 Outlook 中的数据库创建一组 AppointmentItems。

我希望能够在另一个交换帐户的日历上创建约会项目(我有它的凭据)。 AppointmentItem 的 Organizer 属性是只读的,没有帮助。

我只是想知道是否有什么办法可以实现这一目标。我正在使用 Outlook 2010 和 Visual Studi 2010

非常感谢您的帮助。

问候

I am trying to create set of AppointmentItems from database in Outlook via an add-in I have developed.

I would like to be able to create AppointmentItems on another exchange account's calendar(I have the credentials of it). The organizer attribute of AppointmentItem is read-only, it did not help.

I was just wondering whether there is any way to achieve this. I am using Outlook 2010 and Visual Studi 2010

Many thanks for your help.

Regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

月朦胧 2024-12-27 00:15:48

我的理解是,如果您想更改会议组织者,您需要取消会议并让新组织者发出会议邀请。无法转移或更改组织者。

来自 Outlook 会议请求:基本注意事项

如果定期会议更换为新的组织者,则不会有
重新分配会议所有权的方法。原主办方
应发送包含新结束日期的更新 - 过去的会议仍然存在
在每个人的日历上,但结束日期之后的未来事件是
已删除。新的会议组织者应发送新的会议请求
用于将来的会议。

My understanding is that if you want to change the meeting organizer, you would need to cancel the meeting and have the new organizer send out the meeting invite. There is no way to transfer or change the organizer.

From Outlook meeting requests: Essential do’s and don’ts:

If a recurring meeting is changing to a new organizer, there is not a
way to reassign the ownership of the meeting. The original organizer
should send an update with a new end date — the past meetings remain
on everyone’s calendars, but future occurrences after the end date are
removed. The new meeting organizer should send a new meeting request
for meetings in the future.

半枫 2024-12-27 00:15:48

经过一些研究,我使用 Exchange Server Web 服务 api 来模拟另一个用户并代表该用户创建约会。

有关详细信息: http://msdn.microsoft .com/en-us/library/dd637749%28v=exchg.80%29.aspx

after some research, I have used Exchange Server Web Services api to impersonate another user and create appointments on behalf of that user.

for more info: http://msdn.microsoft.com/en-us/library/dd637749%28v=exchg.80%29.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文