namespace Wino.Messaging.Client.Mails { /// /// When print mail is requested. /// /// Path to PDF file that WebView2 saved the html content as PDF. /// Printer title on the dialog. public record PrintMailRequested(string PDFFilePath, string PrintTitle); }