SmtpConnectionCollection Methods |
The SmtpConnectionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds an element to the collection
| |
| Clear |
Clears the entire collection
| |
| CopyTo | Copies the contents of the ConfigurationElementCollection to an array. (Inherited from ConfigurationElementCollection.) | |
| Equals | Compares the ConfigurationElementCollection to the specified object. (Inherited from ConfigurationElementCollection.) | |
| GetEnumerator | Gets an IEnumerator which is used to iterate through the ConfigurationElementCollection. (Inherited from ConfigurationElementCollection.) | |
| GetHashCode | Gets a unique value representing the ConfigurationElementCollection instance. (Inherited from ConfigurationElementCollection.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Retrieves the Index of an element in the collection
| |
| IsReadOnly | Indicates whether the ConfigurationElementCollection object is read only. (Inherited from ConfigurationElementCollection.) | |
| Remove |
Removes an element from the collection
| |
| RemoveAt |
Removes an element from the collection based on its index
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |