Simple Mail and Post Office Protocol for .Net (SmtPop)

MailAddressList Members

MailAddressList overview

Public Static Methods

ReadOnly Creates a read-only wrapper for a MailAddressList instance.
Synchronized Creates a synchronized (thread-safe) wrapper for a MailAddressList instance.

Public Instance Constructors

MailAddressList Overloaded. Initializes a new instance of the MailAddressList class.

Public Instance Properties

Capacity Gets or sets the number of elements the MailAddressList can contain.
Count Gets the number of elements actually contained in the MailAddressList.
IsFixedSize Gets a value indicating whether the collection has a fixed size.
IsReadOnly gets a value indicating whether the IList is read-only.
IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).
Item Gets or sets the MailAddress at the specified index.
SyncRoot Gets an object that can be used to synchronize access to the collection.

Public Instance Methods

Add Adds a MailAddress to the end of the MailAddressList.
AddRangeOverloaded. Adds the elements of a MailAddress array to the current MailAddressList.
Clear Removes all elements from the MailAddressList.
Clone Creates a shallow copy of the MailAddressList.
Contains Determines whether a given MailAddress is in the MailAddressList.
CopyToOverloaded. Copies the entire MailAddressList to a one-dimensional MailAddress array, starting at the specified index of the target array.
Equals (inherited from Object) 
GetEnumerator Returns an enumerator that can iterate through the MailAddressList.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
IndexOf Returns the zero-based index of the first occurrence of a MailAddress in the MailAddressList.
Insert Inserts an element into the MailAddressList at the specified index.
Remove Removes the first occurrence of a specific MailAddress from the MailAddressList.
RemoveAt Removes the element at the specified index of the MailAddressList.
ToString (inherited from Object) 
TrimToSize Sets the capacity to the actual number of elements.

See Also

MailAddressList Class | SmtPop Namespace