LumiSoft Net Help
SMTP_t_Mailbox Class
NamespacesLumiSoft.Net.SMTPSMTP_t_Mailbox
This class represents SMTP "Mailbox" address. Defined in RFC 5321 4.1.2.
Declaration Syntax
C#Visual BasicVisual C++F#
public class SMTP_t_Mailbox
Public Class SMTP_t_Mailbox
public ref class SMTP_t_Mailbox
type SMTP_t_Mailbox =  class end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SMTP_t_Mailbox(String, String)
Default constructor.

Domain
Gets domain of mailbox.

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 mailbox.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns mailbox as string.
(Overrides Object.ToString()()()().)
Examples
 Copy imageCopy
RFC 5321 4.1.2.
    Mailbox    = Local-part "@" ( Domain / address-literal )
    Local-part = Dot-string / Quoted-string
                 ; MAY be case-sensitive
Inheritance Hierarchy
Object
SMTP_t_Mailbox

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