DotMSN

SBMessageHandler.Invite Method 

Invites the specified contact to the switchboard.

[Visual Basic]
Overridable Public Sub Invite( _
   ByVal contact As String _
)
[C#]
public virtual void Invite(
   string contact
);

Parameters

contact
The contact's account to invite.

Remarks

If there is not yet a connection established the invitation will be stored in a queue and processed as soon as a connection is established.

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace