Quote Originally Posted by digitaldrew View Post
The registrar requires domains be sent in an array..not a List.
Doesn't much a difference. An array can be converted to a List(Of T) by calling its ToList method. You can convert the arrays to lists, remove, add etc to it and you can convert the list or lists back into arrays by calling ToArray.