refactor(Envelope): rename Receivers property as EnvelopeReceivers

This commit is contained in:
2025-09-08 11:48:54 +02:00
parent 122df4bd62
commit 67f068ef38
18 changed files with 47 additions and 37 deletions

View File

@@ -336,7 +336,7 @@ Namespace Jobs
' oAttachment = pAttachment
End If
For Each oReceiver In pEnvelope.Receivers
For Each oReceiver In pEnvelope.EnvelopeReceivers
If ActionService.CompleteEnvelope(pEnvelope, oReceiver) = False Then ', oAttachment
Logger.Error("Envelope could not be completed for receiver [{0}]", oReceiver.Receiver.EmailAddress)
Return False