Represents a collection of email addresses stored in a ContactEmailDictionary.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkContactEmailDictionaryValueCollection
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
public class ValueCollection : ICollection<EmailAddress>, IEnumerable<EmailAddress>, IEnumerable
The ContactEmailDictionaryValueCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Gets a value that indicates whether or not this collection contains the specified email address string.
| |
| CopyTo |
Copies the email addresses in this collection into the specified string array starting at the specified index of that array.
| |
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the email address strings in the ContactEmailDictionary.ValueCollection.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of email addresses in this collection.
|
See Also