ExchangeService.GetConversationItems メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)
会話のセットに関連付けられている項目を取得します。 取得された項目には、指定された追加のプロパティがあり、並べ替え順序に従って並べ替えられます。 返される項目は、検索階層内のフォルダーを選択的に無視することによって制限されます。 GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)方法は、Exchange Onlineを対象とするクライアントと、Exchange Server 2013 以降のバージョンの Exchange に適用できます。
public:
Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::GetConversationItemsResponse ^> ^ GetConversationItems(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationRequest ^> ^ conversations, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ foldersToIgnore, Nullable<Microsoft::Exchange::WebServices::Data::ConversationSortOrder> sortOrder);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.GetConversationItemsResponse> GetConversationItems (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationRequest> conversations, Microsoft.Exchange.WebServices.Data.PropertySet propertySet, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> foldersToIgnore, Nullable<Microsoft.Exchange.WebServices.Data.ConversationSortOrder> sortOrder);
パラメーター
- conversations
- IEnumerable<ConversationRequest>
読み込む項目との会話。
- propertySet
- PropertySet
応答で返される追加のプロパティのセット。
- foldersToIgnore
- IEnumerable<FolderId>
無視する検索階層内のフォルダー。
- sortOrder
- Nullable<ConversationSortOrder>
結果の並べ替えに使用されるプロパティとアイテムの並べ替え順序の方向。
戻り値
会話項目のコレクション。
適用対象
GetConversationItems(ConversationId, PropertySet, String, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)
会話識別子によって指定された会話内の一部またはすべての項目を取得します。 取得された項目は、指定されたプロパティを持ち、同期状態によって提供される情報に従ってサーバーと同期され、並べ替え順序に従って並べ替えられます。 返される項目は、検索階層内のフォルダーを選択的に無視することによってさらに制限される場合があります。 GetConversationItems(ConversationId, PropertySet, String, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)方法は、Exchange Onlineを対象とするクライアントと、Exchange Server 2013 以降のバージョンの Exchange に適用できます。
public:
Microsoft::Exchange::WebServices::Data::ConversationResponse ^ GetConversationItems(Microsoft::Exchange::WebServices::Data::ConversationId ^ conversationId, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet, System::String ^ syncState, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ foldersToIgnore, Nullable<Microsoft::Exchange::WebServices::Data::ConversationSortOrder> sortOrder);
public Microsoft.Exchange.WebServices.Data.ConversationResponse GetConversationItems (Microsoft.Exchange.WebServices.Data.ConversationId conversationId, Microsoft.Exchange.WebServices.Data.PropertySet propertySet, string syncState, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> foldersToIgnore, Nullable<Microsoft.Exchange.WebServices.Data.ConversationSortOrder> sortOrder);
パラメーター
- conversationId
- ConversationId
会話識別子。
- propertySet
- PropertySet
応答で返される追加のプロパティのセット。
- syncState
- String
同期を開始する時点を表すオプションの同期状態。
- foldersToIgnore
- IEnumerable<FolderId>
無視する検索階層内のフォルダー。
- sortOrder
- Nullable<ConversationSortOrder>
結果の並べ替えに使用されるプロパティとアイテムの並べ替え順序の方向。
戻り値
会話項目のコレクション。
適用対象
GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>, Nullable<MailboxSearchLocation>)
会話のセットに関連付けられている項目を取得します。 取得された項目には追加のプロパティが指定されており、並べ替え順序に従って並べ替えられます。 返されるアイテムのセットは、検索階層内のフォルダーを選択的に無視し、ターゲット メールボックスがプライマリ、アーカイブ、またはその両方のいずれであるかによってさらに制限される場合があります。 GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>, Nullable<MailboxSearchLocation>)方法は、Exchange Onlineを対象とするクライアントと、Exchange Server 2013 以降のバージョンの Exchange に適用できます。
public:
Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::GetConversationItemsResponse ^> ^ GetConversationItems(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationRequest ^> ^ conversations, Microsoft::Exchange::WebServices::Data::PropertySet ^ propertySet, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderId ^> ^ foldersToIgnore, Nullable<Microsoft::Exchange::WebServices::Data::ConversationSortOrder> sortOrder, Nullable<Microsoft::Exchange::WebServices::Data::MailboxSearchLocation> mailboxScope);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.GetConversationItemsResponse> GetConversationItems (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationRequest> conversations, Microsoft.Exchange.WebServices.Data.PropertySet propertySet, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderId> foldersToIgnore, Nullable<Microsoft.Exchange.WebServices.Data.ConversationSortOrder> sortOrder, Nullable<Microsoft.Exchange.WebServices.Data.MailboxSearchLocation> mailboxScope);
パラメーター
- conversations
- IEnumerable<ConversationRequest>
読み込む項目との会話。
- propertySet
- PropertySet
応答で返される追加のプロパティのセット。
- foldersToIgnore
- IEnumerable<FolderId>
無視する検索階層内のフォルダー。
- sortOrder
- Nullable<ConversationSortOrder>
結果の並べ替えに使用されるプロパティとアイテムの並べ替え順序の方向。
- mailboxScope
- Nullable<MailboxSearchLocation>
参照するメールボックス スコープ。
戻り値
会話項目のコレクション。