This class represents address-list. Defined in RFC 5322 3.4.
| C# | Visual Basic | Visual C++ | F# |
public class Mail_t_AddressList : IEnumerable
Public Class Mail_t_AddressList Implements IEnumerable
public ref class Mail_t_AddressList : IEnumerable
type Mail_t_AddressList = class interface IEnumerable end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Mail_t_AddressList()()()() |
Default constructor.
| |
| Add(Mail_t_Address) |
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_Address) |
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.
| |
| Mailboxes |
Gets this address list mailboxes(group address mailboxes + mailboxes).
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse(String) |
Parses address-list from specified string value.
| |
| Remove(Mail_t_Address) |
Removes specified item from the collection.
| |
| ToArray()()()() |
Copies addresses to new array.
| |
| ToString()()()() |
Returns address-list as string.
(Overrides Object.ToString()()()().) |
RFC 5322. address-list = (address *("," address)) address = mailbox / group | |
| Object | |
| Mail_t_AddressList | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119