通过 VSTO 更改 Outlook AppointmentItem 的组织者
我正在尝试通过我开发的插件从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的理解是,如果您想更改会议组织者,您需要取消会议并让新组织者发出会议邀请。无法转移或更改组织者。
来自 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:
经过一些研究,我使用 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