LumiSoft Net Help
SMTP_MailFrom Constructor (mailbox, size, body, ret, envid)
NamespacesLumiSoft.Net.SMTP.ServerSMTP_MailFromSMTP_MailFrom(String, Int32, String, SMTP_DSN_Ret, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public SMTP_MailFrom(
	string mailbox,
	int size,
	string body,
	SMTP_DSN_Ret ret,
	string envid
)
Public Sub New ( 
	mailbox As String,
	size As Integer,
	body As String,
	ret As SMTP_DSN_Ret,
	envid As String
)
public:
SMTP_MailFrom(
	String^ mailbox, 
	int size, 
	String^ body, 
	SMTP_DSN_Ret ret, 
	String^ envid
)
new : 
        mailbox : string * 
        size : int * 
        body : string * 
        ret : SMTP_DSN_Ret * 
        envid : string -> SMTP_MailFrom
Parameters
mailbox (String)
Mailbox value.
size (Int32)
SIZE parameter value.
body (String)
BODY parameter value.
ret (SMTP_DSN_Ret)
DSN RET parameter value.
envid (String)
DSN ENVID parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when mailbox is null reference.

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