| ImapMarkMessageSeenByUID Method (Int64) |
Flags message with
Seen flag.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<Flag> MarkMessageSeenByUID(
long uid
)
Public Function MarkMessageSeenByUID (
uid As Long
) As List(Of Flag)
public:
List<Flag^>^ MarkMessageSeenByUID(
long long uid
)
member MarkMessageSeenByUID :
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