LumiSoft Mail Server User API
ConstructBodyStructure Method (mime, bodystructure)
Namespaces > LumiSoft.Net.IMAP > IMAP_BODY > ConstructBodyStructure(Mime, Boolean)
Constructs FETCH BODY and BODYSTRUCTURE response.
Syntax
C#Visual BasicManaged C++
public static string ConstructBodyStructure (
	Mime mime,
	bool bodystructure
)
Public Shared Function ConstructBodyStructure ( _
	mime As Mime, _
	bodystructure As Boolean _
) As String
public:
static String^ ConstructBodyStructure (
	Mime^ mime, 
	bool bodystructure
)
Parameters
mime (Mime)
Mime message.
bodystructure (Boolean)
Specifies if to construct BODY or BODYSTRUCTURE.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.IMAP.IMAP_BODY.ConstructBodyStructure(LumiSoft.Net.Mime.Mime,System.Boolean)]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)