DotMSN

MSNSLPHandler.SendInvitation Method (String, String, MSNObject)

Sends the remote contact a request for the given context. The invitation message is send over the current MessageProcessor.

[Visual Basic]
Overloads Public Function SendInvitation( _
   ByVal localContact As String, _
   ByVal remoteContact As String, _
   ByVal msnObject As MSNObject _
) As P2PTransferSession
[C#]
public P2PTransferSession SendInvitation(
   string localContact,
   string remoteContact,
   MSNObject msnObject
);

See Also

MSNSLPHandler Class | XihSolutions.DotMSN.DataTransfer Namespace | MSNSLPHandler.SendInvitation Overload List