128 個のメールボックスを渡す GetUserAvailability 呼び出しを行うと、Exchange 07 は、配列の許容サイズが 100 であることを示す EmailAddressArray エラーを返します。
Exchange 07 が GetUserAvailablity 要求で返されるように、配列サイズを 100 を超えて増やす方法はありますか?
現在、次のエラーが発生しています。
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.