EwsMessageCollection.Contains Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Contains(EwsMessageInfo)
Determines whether the message is in the collection.
Declaration
public bool Contains(EwsMessageInfo message)
Parameters
Type | Name | Description |
---|---|---|
EwsMessageInfo | message | The message to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if the message is located in the collection; false otherwise. |