1

当在 128 个邮箱中进行 GetUserAvailability 调用时,Exchange 07 返回一个 EmailAddressArray 错误,说明允许的数组大小为 100。

有没有办法将数组大小增加到 100 以上,以便 Exchange 07 返回 GetUserAvailablity 请求?

我目前收到以下错误:

System.Web.Services.Protocols.SoapException: Microsoft.Exchange.InfoWorker.Common.Availability.IdentityArrayTooBigException: There are too many target users in the EmailAddress array. The allowed size = 100; the actual size = 128. ---> There are too many target users in the EmailAddress array. The allowed size = 100; the actual size = 128.
4

1 回答 1

3

不,目前没有办法增加这个最大数量。对不起,理查德

“可用性服务扩展分发列表以检索列表中每个成员的忙/闲状态,只要分发列表中的邮箱数量少于 100 个身份,这是 Web 服务方法的最大身份数量可以要求。”

来源:MSDN 库 > Exchange Web 服务操作 > GetUserAvailability 操作

于 2011-01-06T04:51:17.640 回答