LumiSoft Net Help
SMTP_t_Mailbox Constructor (localPart, domain)
NamespacesLumiSoft.Net.SMTPSMTP_t_MailboxSMTP_t_Mailbox(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SMTP_t_Mailbox(
	string localPart,
	string domain
)
Public Sub New ( 
	localPart As String,
	domain As String
)
public:
SMTP_t_Mailbox(
	String^ localPart, 
	String^ domain
)
new : 
        localPart : string * 
        domain : string -> SMTP_t_Mailbox
Parameters
localPart (String)
Local part of mailbox.
domain (String)
Domain of mailbox.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when localPart or domain is null reference.

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