Platform SDK: Exchange Server |
Properties
Name | Type | Description |
---|---|---|
Count | [Visual Basic] Long
[C++] long |
Returns the number of Action objects in the collection. |
_NewEnum | [Visual Basic] hidden
[C++] IUnknown* |
Returns an IEnumVariant interface used to enumerate the Action objects in the collection. |
Methods
Name | Description |
---|---|
Add | Adds a new Action object to the collection. |
Clear | Removes all Action objects from the collection. |
Delete | Deletes the specified Action object from the collection. |
Item | Returns the specified Action object in the collection. |