MessageInfoProviderMarkReadReceivedMessages Method |
Mark user's received messages as read.
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 8.2.23
Syntax public static void MarkReadReceivedMessages(
int userId,
string where,
DateTime date
)
Parameters
- userId
- Type: SystemInt32
User ID - where
- Type: SystemString
Where condition - date
- Type: SystemDateTime
Date time of reading
See Also