Attributes

Does anyone know of a way to get the attributes of another user?

thanks

VCard vCard = new VCard();

vCard.load(conn, “joe@foo.bar”);

you can then use any of the accessors in the VCard class

Thanks very much

Message was edited by: tmohr