Gets message information for the specified messages. Does not set the Seen flag.

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

Syntax

C#
public List<MessageInfo> GetMessageInfoByUID(
	List<long> uids
)
Visual Basic
Public Function GetMessageInfoByUID ( _
	uids As List(Of Long) _
) As List(Of MessageInfo)
Visual C++
public:
List<MessageInfo^>^ GetMessageInfoByUID(
	List<long long>^ uids
)

Parameters

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

Return Value

Message information (Envelope and BodyStructure )

See Also