A www.Sockets4.NET class library

AIMConnection.SendIM Method (String, String)

Sends an IM to the given user. Blocks until enough send points are available.

public void SendIM(
   string recipient,
   string msg
);

Parameters

recipient
User to message
msg
Message to send

See Also

AIMConnection Class | Sockets4AIM Namespace | AIMConnection.SendIM Overload List