DotMSN

NSMessageHandler.RequestScreenName Method 

Send the server a request for the contact's screen name.

[Visual Basic]
Overridable Public Sub RequestScreenName( _
   ByVal contact As Contact _
)
[C#]
public virtual void RequestScreenName(
   Contact contact
);

Parameters

contact

Remarks

When the server replies with the screen name the Name property of the Contact will be updated.

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace