| 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.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int OpenConnection(
string fullyQualifiedLyncServer,
string fullyQualifiedDomainUser,
string domainUserPassword
)
Public Function OpenConnection (
fullyQualifiedLyncServer As String,
fullyQualifiedDomainUser As String,
domainUserPassword As String
) As Integer
public:
int OpenConnection(
String^ fullyQualifiedLyncServer,
String^ fullyQualifiedDomainUser,
String^ domainUserPassword
)
member OpenConnection :
fullyQualifiedLyncServer : string *
fullyQualifiedDomainUser : string *
domainUserPassword : string -> int
Parameters
- fullyQualifiedLyncServer
- Type: SystemString
The fully qualified Lync server host name.
Examplesmylyncserver.mydomain.com
- fullyQualifiedDomainUser
- Type: SystemString
The fully qualified Lync domain user under whom the connection will be made.
Examplessomeuser@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