Providers object

 

Providers object represents a collection of providers of a particular service. E.g. MS Exchange service exposes (multiple) store providers, address, and transport providers.

 

Returned by:

Service.Providers

 

Properties

Methods

 


Derived from: IDispatch


Properties


Count Returns the number of providers.
 
Item[Index] Returns a Provider with a given index (1 through Count)
 

Methods


Add
(Provider, Properties)
Adds a new provider with a given name and properties given by objProperties (see PropertyBag object)
Returns a new Provider object
 
Delete(Index) Deletes a provider with the given index (1 through Count)