This class represents mailbox-list. Defined in RFC 5322 3.4.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class Mail_t_MailboxList : IEnumerable
Public Class Mail_t_MailboxList Implements IEnumerable
public ref class Mail_t_MailboxList : IEnumerable
type Mail_t_MailboxList = class interface IEnumerable end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
Mail_t_MailboxList()()()() |
Default constructor.
| |
Add(Mail_t_Mailbox) |
Adds specified address to the end of the collection.
| |
Clear()()()() |
Removes all items from the collection.
| |
Count |
Gets number of items 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, Mail_t_Mailbox) |
Inserts a address into the collection at the specified location.
| |
IsModified |
Gets if list has modified since it was loaded.
| |
Item[([( Int32])]) |
Gets the element at the specified index.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse(String) |
Parses mailbox-list from specified string value.
| |
Remove(Mail_t_Mailbox) |
Removes specified item from the collection.
| |
ToArray()()()() |
Copies addresses to new array.
| |
ToString()()()() |
Returns address-list as string.
(Overrides Object.ToString()()()().) |
Examples
Copy | |
---|---|
RFC 5322. mailbox-list = (mailbox *("," mailbox)) / obs-mbox-list |
Inheritance Hierarchy
Object | |
Mail_t_MailboxList |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119