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



IconMemberDescription
Mail_h_MailboxList(String, Mail_t_MailboxList)
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 "From".
(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:" mailbox-list CRLF
    mailbox-list =  (mailbox *("," mailbox)) / obs-mbox-list
Inheritance Hierarchy
Object
MIME_h
 Mail_h_MailboxList

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