ItemType.ResponseObjects 属性

定义

属性 ResponseObjects 获取或设置类型的 ResponseObjectType 数组,该数组包含与 Exchange 存储区中的项关联的所有响应对象的集合。

public:
 property cli::array <ExchangeWebServices::ResponseObjectType ^> ^ ResponseObjects { cli::array <ExchangeWebServices::ResponseObjectType ^> ^ get(); void set(cli::array <ExchangeWebServices::ResponseObjectType ^> ^ value); };
public ExchangeWebServices.ResponseObjectType[] ResponseObjects { get; set; }
Public Property ResponseObjects As ResponseObjectType()

属性值

属性 ResponseObjects 返回 类型的 ResponseObjectType 数组,该数组包含与 Exchange 存储区中的项关联的所有响应对象的集合。

适用于