| 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
)
Public Function GetMessageInfoByUIDAsync (
uids As List(Of Long)
) As Task(Of List(Of MessageInfo))
public:
Task<List<MessageInfo^>^>^ GetMessageInfoByUIDAsync(
List<long long>^ uids
)
member GetMessageInfoByUIDAsync :
uids : List<int64> -> Task<List<MessageInfo>>
Parameters
- uids
- Type: System.Collections.GenericListInt64
Unique-ids of the messages to get information for.
Return Value
Type:
TaskListMessageInfoMessage information (
Envelope and
BodyStructure)
See Also