EwsItemCollection Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
Represents a strongly typed collection of Ews
Syntax
public class EwsItemCollection : ICollection<EwsItemInfo>, IEnumerable<EwsItemInfo>, IEnumerable
Inherited Members
Constructors
Name | Description |
---|---|
Ews |
Initializes new empty instance. |
Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
Item[Int32] | Gets an Ews |
Page |
Gets additional information if paging was used. |
Sync |
Gets an object that can be used to synchronize access to the collection. |
Methods
Name | Description |
---|---|
Add(Ews |
Adds the specified item to the end of the collection. |
AddRange(IEnumerable<EwsItemInfo>) | Adds the specified items to the end of the collection. |
Clear() | Removes all elements from the collection. |
Contains(Ews |
Determines whether the item is in the collection. |
Copy |
Copies the range of elements from the collection to a one-dimensional
Ews |
Get |
Gets an IEnumerator<T> for the collection. |
Remove(Ews |
Removes the specified item from the collection. |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection<EwsItemInfo>.IsReadOnly | Gets a value indicating whether the collection is read-only. |
IEnumerable. |
Returns an enumerator that can iterate through the collection. |