public MailAddress this[int index] { get { return ((MailAddress)(base.Items[index]); } }
public int this[int key] { get => GetValue(key); set => SetValue(key, value); }