ExchangeService.FindConversation 方法

定义

重载

FindConversation(ViewBase, FolderId, String, Boolean, Nullable<MailboxSearchLocation>)

根据指定的查询搜索和检索指定文件夹中的对话集合。 除了对话,还返回突出显示的术语列表。 目标文件夹 () 可以是主邮箱和/或存档邮箱。 方法FindConversation(ViewBase, FolderId, String, Boolean, Nullable<MailboxSearchLocation>)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

FindConversation(ViewBase, FolderId, String, Boolean)

根据指定的查询搜索和检索指定文件夹中的对话集合。 除了对话,还返回突出显示的术语列表。 方法FindConversation(ViewBase, FolderId, String, Boolean)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

FindConversation(ViewBase, FolderId)

检索指定文件夹中所有对话的集合。 方法FindConversation(ViewBase, FolderId)适用于从 Microsoft Exchange Server 2010 Service Pack 1 (SP1) 开始面向 Exchange Online 和 Exchange 版本的客户端。

FindConversation(ViewBase, FolderId, String)

根据指定的查询检索指定文件夹中所有会话的集合。 方法FindConversation(ViewBase, FolderId, String)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

FindConversation(ViewBase, FolderId, String, Boolean, Nullable<MailboxSearchLocation>)

根据指定的查询搜索和检索指定文件夹中的对话集合。 除了对话,还返回突出显示的术语列表。 目标文件夹 () 可以是主邮箱和/或存档邮箱。 方法FindConversation(ViewBase, FolderId, String, Boolean, Nullable<MailboxSearchLocation>)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

public:
 Microsoft::Exchange::WebServices::Data::FindConversationResults ^ FindConversation(Microsoft::Exchange::WebServices::Data::ViewBase ^ view, Microsoft::Exchange::WebServices::Data::FolderId ^ folderId, System::String ^ queryString, bool returnHighlightTerms, Nullable<Microsoft::Exchange::WebServices::Data::MailboxSearchLocation> mailboxScope);
public Microsoft.Exchange.WebServices.Data.FindConversationResults FindConversation (Microsoft.Exchange.WebServices.Data.ViewBase view, Microsoft.Exchange.WebServices.Data.FolderId folderId, string queryString, bool returnHighlightTerms, Nullable<Microsoft.Exchange.WebServices.Data.MailboxSearchLocation> mailboxScope);

参数

view
ViewBase

控制返回的对话数的视图。

folderId
FolderId

要在其中搜索对话的文件夹的 ID。

queryString
String

要为其执行搜索的查询字符串。

returnHighlightTerms
Boolean

指示是否应在响应中返回突出显示的字词的标志。

mailboxScope
Nullable<MailboxSearchLocation>

目标邮箱是主邮箱和/或存档邮箱。

返回

会话对象的集合。

适用于

FindConversation(ViewBase, FolderId, String, Boolean)

根据指定的查询搜索和检索指定文件夹中的对话集合。 除了对话,还返回突出显示的术语列表。 方法FindConversation(ViewBase, FolderId, String, Boolean)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

public:
 Microsoft::Exchange::WebServices::Data::FindConversationResults ^ FindConversation(Microsoft::Exchange::WebServices::Data::ViewBase ^ view, Microsoft::Exchange::WebServices::Data::FolderId ^ folderId, System::String ^ queryString, bool returnHighlightTerms);
public Microsoft.Exchange.WebServices.Data.FindConversationResults FindConversation (Microsoft.Exchange.WebServices.Data.ViewBase view, Microsoft.Exchange.WebServices.Data.FolderId folderId, string queryString, bool returnHighlightTerms);

参数

view
ViewBase

控制返回的对话数的视图。

folderId
FolderId

要在其中搜索对话的文件夹的 ID。

queryString
String

要为其执行搜索的查询字符串。

returnHighlightTerms
Boolean

指示是否应在响应中返回突出显示的字词的标志。

返回

会话对象的集合。

适用于

FindConversation(ViewBase, FolderId)

检索指定文件夹中所有对话的集合。 方法FindConversation(ViewBase, FolderId)适用于从 Microsoft Exchange Server 2010 Service Pack 1 (SP1) 开始面向 Exchange Online 和 Exchange 版本的客户端。

public:
 System::Collections::Generic::ICollection<Microsoft::Exchange::WebServices::Data::Conversation ^> ^ FindConversation(Microsoft::Exchange::WebServices::Data::ViewBase ^ view, Microsoft::Exchange::WebServices::Data::FolderId ^ folderId);
public System.Collections.Generic.ICollection<Microsoft.Exchange.WebServices.Data.Conversation> FindConversation (Microsoft.Exchange.WebServices.Data.ViewBase view, Microsoft.Exchange.WebServices.Data.FolderId folderId);

参数

view
ViewBase

控制返回的对话数的视图。

folderId
FolderId

要在其中搜索对话的文件夹的 ID。

返回

会话对象的集合。

适用于

FindConversation(ViewBase, FolderId, String)

根据指定的查询检索指定文件夹中所有会话的集合。 方法FindConversation(ViewBase, FolderId, String)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

public:
 System::Collections::Generic::ICollection<Microsoft::Exchange::WebServices::Data::Conversation ^> ^ FindConversation(Microsoft::Exchange::WebServices::Data::ViewBase ^ view, Microsoft::Exchange::WebServices::Data::FolderId ^ folderId, System::String ^ queryString);
public System.Collections.Generic.ICollection<Microsoft.Exchange.WebServices.Data.Conversation> FindConversation (Microsoft.Exchange.WebServices.Data.ViewBase view, Microsoft.Exchange.WebServices.Data.FolderId folderId, string queryString);

参数

view
ViewBase

控制返回的对话数的视图。

folderId
FolderId

要在其中搜索对话的文件夹的 ID。

queryString
String

要为其执行搜索的查询字符串。

返回

会话对象的集合。

适用于