次の方法で共有


ConversationNode.Items プロパティ

定義

会話ノード内の項目を取得または設定します。 プロパティはItems、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用されます。

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)

プロパティ値

項目の一覧。

適用対象