ExchangeService.GetConversationItems 方法

定义

重载

GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)

获取与一组对话关联的项。 检索到的项具有指定的附加属性,并根据排序顺序进行排序。 返回的项受到有选择地忽略搜索层次结构中的文件夹的限制。 方法GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

GetConversationItems(ConversationId, PropertySet, String, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)

获取由会话标识符指定的会话中的部分或所有项。 检索到的项具有指定的属性,根据同步状态提供的信息与服务器同步,并根据排序顺序进行排序。 有选择地忽略搜索层次结构中的文件夹,可能会进一步限制返回的项目。 方法GetConversationItems(ConversationId, PropertySet, String, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>, Nullable<MailboxSearchLocation>)

获取与一组对话关联的项。 检索到的项具有指定的附加属性,并根据排序顺序进行排序。 通过选择性地忽略搜索层次结构中的文件夹以及目标邮箱是主邮箱和/或存档邮箱,可以进一步限制返回的项目集。 方法GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>, Nullable<MailboxSearchLocation>)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)

获取与一组对话关联的项。 检索到的项具有指定的附加属性,并根据排序顺序进行排序。 返回的项受到有选择地忽略搜索层次结构中的文件夹的限制。 方法GetConversationItems(IEnumerable<ConversationRequest>, PropertySet, IEnumerable<FolderId>, Nullable<ConversationSortOrder>)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 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 Server 2013 开始面向 Exchange Online 和 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 Server 2013 开始面向 Exchange Online 和 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>

要引用的邮箱范围。

返回

对话项的集合。

适用于