> does anybody know how could I get the Domain server for a given domain
> name? I have seen that windows uses mailslots to do this. Can anyone
> help me?
>
Try:
UniAddress.getByName("DOMAIN", true);
the boolean indicates that the name may represent a domain or workgroup
rather than a host.
Eric