Click or drag to resize
MessageInfoProviderMarkReadReceivedMessages Method
Mark user's received messages as read.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
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