InstantMessengerList.Item

InstantMessengerList indexer (1 of 2)

Default instant messenger address for specified category

public string this[InstantMessengerCategory category] { get; set; }

See Also


InstantMessengerList indexer (2 of 2)

Gets or sets the element at the specified index.

public InstantMessengerAddress this[int index] { get; set; }
ParameterDescription
indexThe zero-based index of the element to get or set.

Return Value

The element at the specified index.

See Also