AIMConnection is the main class for connecting to AOL instant messenger network
For a list of all members of this type, see AIMConnection Members.
System.Object
AIMConnection
Connect() throws exceptions. Be sure to catch them and monitor AIMConnection.GetLastError() to determine the
Example call in C# to connect and send an instant message.
AIMConnection c = new AIMConnection("toc.oscar.aol.com",9898);
c.Connect();
c.MonitorBuddy("powlette"); // Must watch at least one buddy or you will not appear on buddy listings
c.Login("username", "password", 50000);
c.SendIM("to_user", "hi there!");
Namespace: Sockets4AIM
Assembly: Sockets4AIM (in Sockets4AIM.dll)