A list of all capacities of the remote client.
Use bitwise AND ( & ) to extract specific capacities. For example:
if(contact.ClientCapacities & ClientCapacities.Mobile) { // client is a mobile device }
Contact Class | XihSolutions.DotMSN Namespace