A www.Sockets4.NET class library

AIMConnection.SendIM Method (String, String, Boolean)

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

public void SendIM(
   string recipient,
   string msg,
   bool auto
);

Parameters

recipient
User to message
msg
Message to send
auto
True if the message is an auto response

See Also

AIMConnection Class | Sockets4AIM Namespace | AIMConnection.SendIM Overload List