ConversationNode.Items 属性

定义

获取或设置会话节点中的项。 属性Items适用于面向 Exchange Online 和从 2013 Exchange Server 开始的 Exchange 版本的客户端。

public:
 property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::Item ^> ^ Items { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::Item ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::Item ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Data.Item> Items { get; set; }
Public Property Items As List(Of Item)

属性值

项列表。

适用于