Click or drag to resize

ImapGetHeadersByUID Method (ListInt64)

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

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

Parameters

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

Return Value

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