LumiSoft Net Help
Mail_t_Mailbox Class
NamespacesLumiSoft.Net.MailMail_t_Mailbox
This class represents "mailbox" address. Defined in RFC 5322 3.4.
Declaration Syntax
C#Visual BasicVisual C++F#
public class Mail_t_Mailbox : Mail_t_Address
Public Class Mail_t_Mailbox
	Inherits Mail_t_Address
public ref class Mail_t_Mailbox : public Mail_t_Address
type Mail_t_Mailbox =  
    class
        inherit Mail_t_Address
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Mail_t_Mailbox(String, String)
Default constructor.

Address
Gets address.

DisplayName
Gets display name. Value null means not specified.

Domain
Gets domain part of address.

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.)
LocalPart
Gets local-part of address.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse(String)
Parses mailbox from specified string value.

ToString()()()()
Returns mailbox as string.
(Overrides Object.ToString()()()().)
ToString(MIME_Encoding_EncodedWord)
Returns address as string value.
(Overrides Mail_t_Address.ToString(MIME_Encoding_EncodedWord).)
Examples
 Copy imageCopy
RFC 5322 3.4.
    mailbox    = name-addr / addr-spec
    name-addr  = [display-name] angle-addr
    angle-addr = [CFWS] "<" addr-spec ">" [CFWS]
    addr-spec  = local-part "@" domain
Inheritance Hierarchy
Object
Mail_t_Address
 Mail_t_Mailbox

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