| 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
)
Public Function PeekHeadersByUID (
uids As List(Of Long)
) As List(Of MessageData)
public:
List<MessageData^>^ PeekHeadersByUID(
List<long long>^ uids
)
member PeekHeadersByUID :
uids : List<int64> -> List<MessageData>
Parameters
- uids
- Type: System.Collections.GenericListInt64
Unique-ids of email messages to peek headers for.
Return Value
Type:
ListMessageDataList of message data objects containing message headers.
See Also