EmailAddressList.Item

EmailAddressList indexer (1 of 2)

Default email address for specified category.

public EmailAddress this[EmailAddressCategory category] { get; set; }
ParameterDescription
categoryCategory for email address

Return Value

default email address for specified category.

See Also


EmailAddressList indexer (2 of 2)

Gets or sets the element at the specified index.

public EmailAddress 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