Rfc 2822 3.4 mailbox-list. Syntax: mailbox *(',' mailbox).

C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")] public class MailboxAddressCollection : IEnumerable
<ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")> Public Class MailboxAddressCollection Implements IEnumerable
[ObsoleteAttribute(L"See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")] public ref class MailboxAddressCollection : IEnumerable
[<ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")>] type MailboxAddressCollection = class interface IEnumerable end

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | MailboxAddressCollection()()()() |
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) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator()()()() |
Gets enumerator.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (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.) |

Object | |
![]() | MailboxAddressCollection |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119