DelegateInformation.DelegateUserResponses 属性

定义

获取每个参与操作的委托用户的响应列表。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DelegateUserResponse ^> ^ DelegateUserResponses { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::DelegateUserResponse ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.DelegateUserResponse> DelegateUserResponses { get; }
Public ReadOnly Property DelegateUserResponses As Collection(Of DelegateUserResponse)

属性值

响应对象的集合,其中包含有关参与操作的委托用户的信息。

适用于