EwsMessageCollection.Add Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
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. |