Click or drag to resize

ImapGetMessageInfoByUIDAsync Method (ListInt64)

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

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task<List<MessageInfo>> GetMessageInfoByUIDAsync(
	List<long> uids
)

Parameters

uids
Type: System.Collections.GenericListInt64
Unique-ids of the messages to get information for.

Return Value

Type: TaskListMessageInfo
Message information (Envelope and BodyStructure)
See Also