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> GetBodyStructureByUID(
	List<long> uids
)
Visual Basic
Public Function GetBodyStructureByUID ( _
	uids As List(Of Long) _
) As List(Of BodyStructure)
Visual C++
public:
List<BodyStructure^>^ GetBodyStructureByUID(
	List<long long>^ uids
)

Parameters

uids
Type: System.Collections.Generic..::..List<(Of <(<'Int64>)>)>
Unique-ids of the messages to get.

Return Value

Structure of the specified messages.

See Also