ItemType.ResponseObjects 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性 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 存储区中的项关联的所有响应对象的集合。