Contacts Class
This class handles the all contacts for the signed in user. Main.Contacts is nothing if no user is signed in.
To enumerate all contacts you would use the following code:
For
Each Contact
As
MessengerDiscovery_2.Contact In
Main.Contacts.Contacts
MessageBox.Show("You have: " + Contact.Email + " as a contact!")
Next