| ImapMarkMessageUnseenByUIDAsync Method (Int64) |
Removes
Seen flag from the message.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task<List<Flag>> MarkMessageUnseenByUIDAsync(
long uid
)
Public Function MarkMessageUnseenByUIDAsync (
uid As Long
) As Task(Of List(Of Flag))
public:
Task<List<Flag^>^>^ MarkMessageUnseenByUIDAsync(
long long uid
)
member MarkMessageUnseenByUIDAsync :
uid : int64 -> Task<List<Flag>>
Parameters
- uid
- Type: SystemInt64
Unique-id of the message.
Return Value
Type:
TaskListFlagList containing flags of the specified message after the change or null when
uid is incorrect.
See Also