DotMSN

ContactList.GetContact Method 

Retrieves the Contact object with the specified account. The account is typically an e-mail adres, eg name@hotmail.com. When no contact is found a new contact is created with the specified account.

[Visual Basic]
Public Function GetContact( _
   ByVal account As String _
) As Contact
[C#]
public Contact GetContact(
   string account
);

Parameters

account
The account, or e-mail address, of the contact to search for

Return Value

The associated Contact object.

See Also

ContactList Class | XihSolutions.DotMSN Namespace