Table of Contents

Class ExchangePublicFolderMailboxCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of public folder mailboxes.

public class ExchangePublicFolderMailboxCollection : Collection<ExchangePublicFolderMailbox>, IList<ExchangePublicFolderMailbox>, ICollection<ExchangePublicFolderMailbox>, IList, ICollection, IReadOnlyList<ExchangePublicFolderMailbox>, IReadOnlyCollection<ExchangePublicFolderMailbox>, IEnumerable<ExchangePublicFolderMailbox>, IEnumerable
Inheritance
ExchangePublicFolderMailboxCollection
Implements
Inherited Members

Constructors

ExchangePublicFolderMailboxCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailboxCollection class.

public ExchangePublicFolderMailboxCollection()

Methods

FindByIdentity(string)

Returns the public folder mailbox with the specified identity, or null if no public folder mailbox with that identity is found.

public ExchangePublicFolderMailbox FindByIdentity(string identity)

Parameters

identity string

The identity of the public folder mailbox to locate.

Returns

ExchangePublicFolderMailbox

The public folder mailbox with the specified identity.

Sort()

Sorts the values in the collection.

public void Sort()