Removes the specified message from the collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic |
|---|
Public Function Remove ( _ message As EwsMessageInfo _ ) As Boolean |
| C# |
|---|
public bool Remove( EwsMessageInfo message ) |
Parameters
- message
- Type: Rebex.Net..::..EwsMessageInfo
The message to remove from the collection.