Click or drag to resize

ImapPeekHeadersByUID 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 List<MessageData> PeekHeadersByUID(
	List<long> uids
)

Parameters

uids
Type: System.Collections.GenericListInt64
Unique-ids of email messages to peek headers for.

Return Value

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