DotMSN

NSMessageHandler.SetScreenName Method 

Sets the contactlist owner's screenname. After receiving confirmation from the server this will set the Owner object's name which will in turn raise the NameChange event.

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

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace