LumiSoft Net Help
Mail_t_Attachment Constructor (attachmentName, fileName)
NamespacesLumiSoft.Net.MailMail_t_AttachmentMail_t_Attachment(String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public Mail_t_Attachment(
	string attachmentName,
	string fileName
)
Public Sub New ( 
	attachmentName As String,
	fileName As String
)
public:
Mail_t_Attachment(
	String^ attachmentName, 
	String^ fileName
)
new : 
        attachmentName : string * 
        fileName : string -> Mail_t_Attachment
Parameters
attachmentName (String)
Attachment file name what appears in mail message. If null then 'fileName' filename without path is used.
fileName (String)
File name with path.
Exceptions
ExceptionCondition
ArgumentNullException>Is raised when fileName is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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