Gets the structure of the specified message. Does not set the Seen flag.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<BodyStructure> GetBodyStructure(
	List<long> messageNumbers
)
Visual Basic
Public Function GetBodyStructure ( _
	messageNumbers As List(Of Long) _
) As List(Of BodyStructure)
Visual C++
public:
List<BodyStructure^>^ GetBodyStructure(
	List<long long>^ messageNumbers
)

Parameters

messageNumbers
Type: System.Collections.Generic..::..List<(Of <(<'Int64>)>)>
1 based message numbers.

Return Value

Structure of the specified messages.

See Also