| ImapGetMessageInfoByUID Method (ListInt64) |
Gets message information for 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 List<MessageInfo> GetMessageInfoByUID(
List<long> uids
)
Public Function GetMessageInfoByUID (
uids As List(Of Long)
) As List(Of MessageInfo)
public:
List<MessageInfo^>^ GetMessageInfoByUID(
List<long long>^ uids
)
member GetMessageInfoByUID :
uids : List<int64> -> List<MessageInfo>
Parameters
- uids
- Type: System.Collections.GenericListInt64
Unique-ids of email messages to get information for.
Return Value
Type:
ListMessageInfoMessage information (including
Envelope and
BodyStructure)
See Also