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