Class ExchangePublicFolderCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of public folders.
public class ExchangePublicFolderCollection : Collection<ExchangePublicFolder>, IList<ExchangePublicFolder>, ICollection<ExchangePublicFolder>, IList, ICollection, IReadOnlyList<ExchangePublicFolder>, IReadOnlyCollection<ExchangePublicFolder>, IEnumerable<ExchangePublicFolder>, IEnumerable
- Inheritance
-
ExchangePublicFolderCollection
- Implements
- Inherited Members
Constructors
ExchangePublicFolderCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangePublicFolderCollection class.
public ExchangePublicFolderCollection()
Methods
FindByIdentity(string)
Returns the public folder with the specified identity, or null if no public folder with that identity is found.
public ExchangePublicFolder FindByIdentity(string identity)
Parameters
identity
stringThe identity of the public folder to locate.
Returns
- ExchangePublicFolder
The public folder with the specified identity.
Sort()
Sorts the values in the collection.
public void Sort()