Adds the specified item to the end of the collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Sub Add ( _ item As EwsItemInfo _ ) |
C# |
---|
public void Add( EwsItemInfo item ) |
Parameters
- item
- Type: Rebex.Net..::..EwsItemInfo
The item to be added to the collection.