Konfiguriert für das Nuget-Paket

This commit is contained in:
Developer 02
2024-07-01 15:21:46 +02:00
parent a56ede375d
commit 49cb078ac9
7 changed files with 50 additions and 11 deletions

View File

@@ -6,9 +6,9 @@
public int SendingProfile { get; set; }
public int ReferenceId { get; set; }
public int WfId { get; set; }
public string EmailAddress { get; set; }
public string EmailSubj { get; set; }
public string EmailBody { get; set; }
public required string EmailAddress { get; set; }
public required string EmailSubj { get; set; }
public required string EmailBody { get; set; }
public string? ReferenceString { get; set; } = null;
public int? EntityId { get; set; } = null;
public string? WfReference { get; set; } = null;