DotMSN

ContactList.Item Property

Retrieves the Contact object with the specified account.

[Visual Basic]
Public Default Property Item( _
   ByVal key As String _
) As Contact
[C#]
public Contact this[
   string key
] {get; set;}

Remarks

Uses GetContact. The account is usually a principal's e-mail adress.

See Also

ContactList Class | XihSolutions.DotMSN Namespace