'Declaration
Public Overloads Sub Add( _ ByVal item As MimerBatchCommand _ )
public void Add( MimerBatchCommand item )
public procedure Add( item: MimerBatchCommand );
public function Add( item : MimerBatchCommand );
public: void Add( MimerBatchCommand* item )
Parameters
- item
- The MimerBatchCommand object to add to the collection.