LumiSoft Mail Server User API
MailboxAddressCollection Class
Namespaces > LumiSoft.Net.Mime > MailboxAddressCollection
Rfc 2822 3.4 mailbox-list. Syntax: mailbox *(',' mailbox).
Syntax
C#Visual BasicManaged C++
public class MailboxAddressCollection : IEnumerable
Public Class MailboxAddressCollection _
	Implements IEnumerable
public ref class MailboxAddressCollection : IEnumerable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
MailboxAddressCollectionNew()
Default constructor.
Add(MailboxAddress)
Adds a new mailbox to the end of the collection.
Clear()
Clears the collection of all mailboxes.
Count
Gets mailboxes count in the collection.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()
Gets enumerator.
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
Insert(Int32, MailboxAddress)
Inserts a new mailbox into the collection at the specified location.
Item(Int32)
Gets mailbox from specified index.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse(String)
Parses mailboxes from Rfc 2822 3.4 mailbox-list string. Syntax: mailbox *(',' mailbox).
Remove(Int32)
Removes header field at the specified index from the collection.
Remove(MailboxAddress)
Removes specified mailbox from the collection.
ToMailboxListString()
Convert addresses to Rfc 2822 mailbox-list string.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MailboxAddressCollection

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)