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