.
Property Get Properties(ByVal PropTag As EnumMAPIPropTagSymbols) As vbMAPI_Property
No information available at this time.
Property Get DisplayName() As String
Property Let DisplayName(ByVal RetVal As String)
Returns/sets the value of MAPI property PR_DISPLAY_NAME for this service provider configuration.
Property Get MailboxDN() As String
Property Let MailboxDN(ByVal RetVal As String)
Returns/sets the value of MAPI property PR_PROFILE_MAILBOX for this service provider configuration.
Property Get Server() As String
Property Let Server(ByVal RetVal As String)
Returns/sets the value of MAPI property PR_PROFILE_SERVER for this service provider configuration.
Property Get ServerDN() As String
Property Let ServerDN(ByVal RetVal As String)
Returns/sets the value of MAPI property PR_PROFILE_SERVER_DN for this service provider configuration.
Property Get Session() As vbMAPI_Session
Returns the session object associated with this object.
Function Execute(Optional ByVal ShowDialog As Boolean, _
Optional ByVal ParentWindowHandle As Long) As vbMAPI_ProfileProvider
Tells MAPI to configure the provider using the provided properties.