Determines whether the message is in the collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Function Contains ( _ message As EwsMessageInfo _ ) As Boolean |
C# |
---|
public bool Contains( EwsMessageInfo message ) |
Parameters
- message
- Type: Rebex.Net..::..EwsMessageInfo
The message to locate in the collection.