Add new email template types and query records
- Updated `Constants.vb` to include new email template types: `DocumentRejected_ADM`, `DocumentRejected_REC`, and `DocumentRejected_REC_2`. - Introduced `EmailTemplateQuery` record in `EmailTemplateQuery.cs` with parameters for `Id`, `Type`, and `Culture`, along with German documentation. - Added `ReadEmailTemplateQuery` record in `ReadEmailTemplateQuery.cs` that inherits from `EmailTemplateQuery` for reading email templates.
This commit is contained in:
@@ -94,13 +94,16 @@
|
||||
End Enum
|
||||
|
||||
Public Enum EmailTemplateType
|
||||
DocumentReceived
|
||||
DocumentReceived = 0
|
||||
DocumentSigned
|
||||
DocumentDeleted
|
||||
DocumentCompleted
|
||||
DocumentAccessCodeReceived
|
||||
DocumentShared
|
||||
TotpSecret
|
||||
DocumentRejected_ADM
|
||||
DocumentRejected_REC
|
||||
DocumentRejected_REC_2
|
||||
End Enum
|
||||
|
||||
Public Enum EncodeType
|
||||
|
||||
Reference in New Issue
Block a user