EwsMessageCollection.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
Remove(EwsMessageInfo)
Removes the specified message from the collection.
Declaration
public bool Remove(EwsMessageInfo message)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsMessageInfo | message | The message to remove from the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | True if message was successfully removed from the collection; false otherwise. |