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