Click or drag to resize

ImapPeekHeadersByUIDAsync Method (ListInt64)

Gets all headers of the specified email messages from server. Use MailBuilder class to create IMail object. Does not set the Seen.

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

Parameters

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

Return Value

Type: TaskListMessageData
List of message data objects containing message headers.
See Also