EwsMessageCollection Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
Represents a strongly typed collection of Ews
Syntax
public class EwsMessageCollection : ICollection<EwsMessageInfo>, IEnumerable<EwsMessageInfo>, 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 message to the end of the collection. |
AddRange(IEnumerable<EwsMessageInfo>) | Adds the specified messages to the end of the collection. |
Clear() | Removes all elements from the collection. |
Contains(Ews |
Determines whether the message 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 message from the collection. |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection<EwsMessageInfo>.IsReadOnly | Gets a value indicating whether the collection is read-only. |
IEnumerable. |
Returns an enumerator that can iterate through the collection. |