<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

IMessageOfTheDayService

public interface IMessageOfTheDayService
Represents the message of the day (MotD) through the Notifications service.
void Dismiss(int? userId = default)

Dismiss message of the day for the user with the specified ArtifactID by default dismissing MotD for Admin User provided by [AdminUsername](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Configuration.RelativityInstanceConfiguration.html#Relativity_Testing_Framework_Configuration_RelativityInstanceConfiguration_AdminUsername).

void Dismiss(string emailAddress)

Dismiss message of the day for the user with the specified email address.

Gets the message of the day.

bool HasDismissed(int? userId = default)

Determines whether specific user dismissed MotD. by default determining MotD dismissal for Admin User provided by [AdminUsername](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Configuration.RelativityInstanceConfiguration.html#Relativity_Testing_Framework_Configuration_RelativityInstanceConfiguration_AdminUsername).

bool IsTextOnly()

Determines whether MotD is text-only.

Updates the message of the day.