3.2.4.4 IFolderActionCollection

The IFolderActionCollection interface is used to manage a collection of FolderAction objects.

The following properties MUST be implemented by the objects that implement the IFolderActionCollection interface.

Property

Read/write

Description

_NewEnum

R

An enumeration object of type IEnumVariant containing a snapshot of the IFolderAction in this collection. The enumeration object is specified in [MS-OAUT] section 3.3

Count

R

Number of folder actions in this collection.

Item

R

Retrieves the requested folder action from the collection.

Methods in RPC Opnum Order

Method

Description

Count (Get)

Retrieves the Count property.

Opnum: 7

Item (Get)

Retrieves the Item property.

Opnum: 8

_NewEnum (Get)

Retrieves the NewEnum property.

Opnum: 9

Add

Adds a folder action to the collection.

Opnum: 10

Remove

Removes a folder action from the collection.

Opnum: 11

Clear

Removes all folder actions from the collection.

Opnum: 12

AddRange

Adds one or more folder actions to the collection.

Opnum: 13

CreateFolderAction

Creates a folder action object.

Opnum: 14

Opnums 0, 1, and 2 are reserved for the IUnknown interface. Opnums 3, 4, 5, and 6 are reserved for the IDispatch interface.