The sockets aren't really all that complicated to handle; I do recommend
using asynchronous sockets so you don't have the process block while you're
doing other stuff.  There are examples of how to do this in the VS.NET
documentation.  The one thing you need to pay attention to is the fact that
the XMail CTRL server can end a response string in at least two different
ways; as a simple <CR><LF> for some commands, and as a <CR><LF>.<CR><LF> for
others.

Rob


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to