<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

EmailNotificationRequest

An object containing information about requested email notification.
public string Body { get; set; }

Body of an email.

public bool IsBodyHtml { get; set; }

Parameter stating whether string passed as Body is HTML or not. Defaults to false.

public IEnumerable<string> Recipients { get; set; }

List of recipient's email addresses.

public string Sender { get; set; }

Email from which is going to be an author of an email.

public string Subject { get; set; }

Subject of an email.