DotMSN

Messenger.GetMSNSLPHandler Method 

Returns a MSNSLPHandler, associated with a P2P session. The returned object can be used to send or receive invitations from the remote contact.

[Visual Basic]
Public Function GetMSNSLPHandler( _
   ByVal remoteAccount As String _
) As MSNSLPHandler
[C#]
public MSNSLPHandler GetMSNSLPHandler(
   string remoteAccount
);

Parameters

remoteAccount

Return Value

See Also

Messenger Class | XihSolutions.DotMSN Namespace