FolderIdCollection Class

Definition

Represents a collection of folder IDs.

public ref class FolderIdCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexPropertyCollection<Microsoft::Exchange::WebServices::Data::FolderId ^>
public sealed class FolderIdCollection : Microsoft.Exchange.WebServices.Data.ComplexPropertyCollection<Microsoft.Exchange.WebServices.Data.FolderId>
Public NotInheritable Class FolderIdCollection
Inherits ComplexPropertyCollection(Of FolderId)
Inheritance

Properties

Count

Gets the total number of properties in the collection.

(Inherited from ComplexPropertyCollection<TComplexProperty>)
Item[Int32]

Gets the property at the specified index.

(Inherited from ComplexPropertyCollection<TComplexProperty>)

Methods

Add(FolderId)

Adds a folder ID to the collection.

Add(WellKnownFolderName)

Adds a well-known folder to the collection.

Clear()

Clears the collection.

Contains(TComplexProperty)

Determines whether a specific property is in the collection.

(Inherited from ComplexPropertyCollection<TComplexProperty>)
GetEnumerator()

Gets an enumerator that iterates through the elements of the collection.

(Inherited from ComplexPropertyCollection<TComplexProperty>)
IndexOf(TComplexProperty)

Searches for a specific property and return its zero-based index within the collection.

(Inherited from ComplexPropertyCollection<TComplexProperty>)
Remove(FolderId)

Removes the specified folder ID from the collection.

Remove(WellKnownFolderName)

Removes the specified well-known folder from the collection.

RemoveAt(Int32)

Removes the folder ID at the specified index.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

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

(Inherited from ComplexPropertyCollection<TComplexProperty>)

Applies to