How can I connect to a POP3 server on a different port than 110?
You should set the HostPort property. The HostPort is assigned 110 by default.
Assign a different value to connect to a different port.
Note: You should set ‘HostPort’ BEFORE calling the Connect method.