Click or drag to resize
LyncPlatformLibraryOpenConnection Method (String, String, String)
Opens a SIP connection to a Lync server user endpoint and raises an event of type ConnectionOpen on completion.

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int OpenConnection(
	string fullyQualifiedLyncServer,
	string fullyQualifiedDomainUser,
	string domainUserPassword
)

Parameters

fullyQualifiedLyncServer
Type: SystemString
The fully qualified Lync server host name.
Examples
mylyncserver.mydomain.com
fullyQualifiedDomainUser
Type: SystemString
The fully qualified Lync domain user under whom the connection will be made.
Examples
someuser@mydomain.com
domainUserPassword
Type: SystemString
The Lync domain user password for the user under whom the connection will be made.

Return Value

Type: Int32
The unique identifier for the current operation.
See Also