Gets the structure of the specified message.

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

Syntax

C#
public BodyStructure GetBodyStructureByUID(
	long uid
)
Visual Basic
Public Function GetBodyStructureByUID ( _
	uid As Long _
) As BodyStructure
Visual C++
public:
BodyStructure^ GetBodyStructureByUID(
	long long uid
)

Parameters

uid
Type: System..::..Int64
Unique-id of the message to get.

Return Value

Structure of the specified message.

See Also