|
Services object represents a
collection of MAPI service in a profile.
Returned by:
Profile.Services
Properties
Methods
|
Derived from:
IDispatch
|
|
Properties |
|
Count |
Returns the number of services in the collection.
|
|
Item[Index] |
Returns a Service with the given index
(1 through Count)
|
|
|
Methods |
|
Add
(ServiceName, DisplayName, ShowUI,
ParentHandle)
|
Add a new service.
ServiceName - the name of the service, e.g. "MSUPST
MS".
DisplayName - the display name of the service
ShowUI - if TRUE, the configuration UI will be show
ParentHandle - parent window handle of the dialog
|
|
Delete(Index)
|
Delete the service with the given name (1 through Count).
|
|
|