This object is a wrapper for the MAPI IProviderAdmin object.
Property Get Count() As Long
Returns the count of items in this collection.
Property Get Item(ByVal IndexOrName As Variant) As vbMAPI_ProfileProvider
Returns the item in the collection corresponding to the provided Index (Long) or Name (String).
Property Get Session() As vbMAPI_Session
Returns the session object associated with this object.
Function ConfigureNew(ByVal NewProviderName As String) As vbMAPI_ProfileProviderConfig
Returns a configuration object for adding a new provider to the current service.