EwsMessageCollection.Add Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
Add(EwsMessageInfo)
Adds the specified message to the end of the collection.
Declaration
public void Add(EwsMessageInfo message)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsMessageInfo | message | The message to be added to the collection. |