 | ImapMarkMessageUnseenByUID(Int64) Method |
Removes
Seen flag from the message.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 Int64
- Unique-id of the message.
Return Value
ListFlagList containing flags of the specified message after the change or null when
uid is incorrect.
See Also