LumiSoft Net Help
Mail_h_AddressList Class
NamespacesLumiSoft.Net.MailMail_h_AddressList
This class represent generic address-list header fields. For example: To header.
Declaration Syntax
C#Visual BasicVisual C++F#
public class Mail_h_AddressList : MIME_h
Public Class Mail_h_AddressList
	Inherits MIME_h
public ref class Mail_h_AddressList : public MIME_h
type Mail_h_AddressList =  
    class
        inherit MIME_h
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Mail_h_AddressList(String, Mail_t_AddressList)
Default constructor.

Addresses
Gets addresses collection.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsModified
Gets if this header field is modified since it has loaded.
(Overrides MIME_h.IsModified.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets header field name. For example "To".
(Overrides MIME_h.Name.)
Parse(String)
Parses header field from the specified value.

ToString(MIME_Encoding_EncodedWord, Encoding, Boolean)
Returns header field as string.
(Overrides MIME_h.ToString(MIME_Encoding_EncodedWord, Encoding, Boolean).)
ToString()()()()
Returns header field as string.
(Inherited from MIME_h.)
ToString(MIME_Encoding_EncodedWord, Encoding)
Returns header field as string.
(Inherited from MIME_h.)
ValueToString()()()()
Returns header field value as string.
(Inherited from MIME_h.)
ValueToString(MIME_Encoding_EncodedWord, Encoding)
Returns header field value as string.
(Inherited from MIME_h.)
Examples
 Copy imageCopy
RFC 5322.
    header       = "FiledName:" address-list CRLF
    address-list = (address *("," address))
    address      = mailbox / group
Inheritance Hierarchy
Object
MIME_h
 Mail_h_AddressList

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119