IMAPasswordManagement::BeginConnectionToServer Method

The IMAPasswordManagement.BeginConnectionToServer(String, String, String) method begins a connection to the server.

Syntax

public void BeginConnectionToServer(
  String connectTo,
  String user,
  String password
);
Public Sub BeginConnectionToServer( _
  ByVal connectTo As String, _
  ByVal user As String, _
  ByVal password As String _
)
Implements IMAPasswordManagement.BeginConnectionToServer

Parameters

  • connectTo
    The name of the server to connect to by the extension.

  • user
    The user name of the account with the appropriate privileges on the server.

  • password
    The password of the account with the appropriate privileges on the server.

Return Value

This method does not return a value.

Exceptions

Exception type Condition
BadServerCredentialsException

The credentials used to connect to the connected directory are not valid.

EntryPointNotImplementedException

The rules extension does not implement this method.

PasswordExtensionException

The password extension throws an unknown exception.

ServerDownException

The connected directory extension cannot establish a connection to the connected directory.

Requirements

Product Microsoft Identity Integration Server 2003 SP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

IMAPasswordManagement

Send comments about this topic to Microsoft

Build date: 2/16/2009