FindFoldersResults Class

Definition

Represents the results of a folder search operation.

public ref class FindFoldersResults sealed : System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::Folder ^>
public sealed class FindFoldersResults : System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.Folder>
Public NotInheritable Class FindFoldersResults
Implements IEnumerable(Of Folder)
Inheritance
FindFoldersResults
Implements

Properties

Folders

Gets a collection that contains the folders that were found by the search operation.

MoreAvailable

Gets a value that indicates whether more folders that match the search criteria are available in the searched folder.

NextPageOffset

Gets the offset that should be used with a FolderView object to retrieve the next page of folders in a FindFolders operation.

TotalCount

Gets the total number of folders that match the search criteria that are available in the searched folder.

Methods

GetEnumerator()

Returns an enumerator that enables you to iterate through the collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to