LumiSoft Net Help
IMAP_t_Fetch_r_i_Body Constructor (section, offset, stream)
NamespacesLumiSoft.Net.IMAPIMAP_t_Fetch_r_i_BodyIMAP_t_Fetch_r_i_Body(String, Int32, Stream)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public IMAP_t_Fetch_r_i_Body(
	string section,
	int offset,
	Stream stream
)
Public Sub New ( 
	section As String,
	offset As Integer,
	stream As Stream
)
public:
IMAP_t_Fetch_r_i_Body(
	String^ section, 
	int offset, 
	Stream^ stream
)
new : 
        section : string * 
        offset : int * 
        stream : Stream -> IMAP_t_Fetch_r_i_Body
Parameters
section (String)
Body section value. Value null means not specified(full message).
offset (Int32)
Data starting offset. Value -1 means not specified.
stream (Stream)
Data stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null reference.

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