LumiSoft Net Help
Mail_t_Attachment Constructor (attachmentName, stream)
NamespacesLumiSoft.Net.MailMail_t_AttachmentMail_t_Attachment(String, Stream)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public Mail_t_Attachment(
	string attachmentName,
	Stream stream
)
Public Sub New ( 
	attachmentName As String,
	stream As Stream
)
public:
Mail_t_Attachment(
	String^ attachmentName, 
	Stream^ stream
)
new : 
        attachmentName : string * 
        stream : Stream -> Mail_t_Attachment
Parameters
attachmentName (String)
Attachment file name what appears in mail message.
stream (Stream)
Stream containing attachment data.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when attachmentName or stream is null reference.

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