使用MS交换API创建约会 [英] using MS exchange API to create appointment

查看:242
本文介绍了使用MS交换API创建约会的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的MS Exchange API创建任命如下所述:

I am creating appointment using MS exchange API as described here:

http://msdn.microsoft.com /en-us/library/dd633661(v=exchg.80).aspx

和它工作正常。

不过,这并不在资源显示/日历的位置意味着我使用位置属性指定会议室,但没有工作,然后我试图

But it does not show in Resource/Location Calendar means i am specifying the Conference room using Location property but didn't work then i tried

appointment.Resources.Add(new Attendee("cr1@domain.com"));

但它受到的只显示我的域用户名(证书我使用的API),但在我的日历它显示一切都意味着主题,正文。

but it subject is showing only my domain Username(credential i am using for API) but in my calendar it is showing everything means subject,body.

什么是显示在会议室的日历约会的正确方法?

what is the right way to show appointment in conference room calendar?

推荐答案

在默认情况下,当CR接受了邀请,它取代与组织者的姓名的主题。这是一个配置设置的房间。它可以使用设置CalendarProcessing cmdlet的改变。你需要的PARMS将 -DeleteSubject -AddOrganizerToSubject。设置第一个 $假将保持原来的主题围绕;设置第二个 $假将prevent加入组织者。 (设置 -DeleteComments:$假也将preserve邮件正文)。你必须要改变这种对每个CR您打算邀请,而且presumes你有这种访问Exchange控制台。否则,您必须要交好本地Exchange管理员。 : - )

By default, when a CR accepts an invite, it replaces the subject with the organizer's name. This is a configuration setting for the room. It can be changed using the Set-CalendarProcessing cmdlet. The parms you need will be -DeleteSubject and -AddOrganizerToSubject. Setting the first to $false will keep the original subject around; setting the second to $false will prevent adding the organizer. (Setting -DeleteComments:$false will also preserve the message body.) You'll have to change this for every CR you plan inviting, and it presumes you have this kind of access to the Exchange console. Otherwise, you have to befriend your local Exchange admin. :-)

这篇关于使用MS交换API创建约会的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆