Closed patriksvensson closed 7 years ago
This way there will be no parsing logic in the parts itself which is a good thing since this can differ per adapter. Instead we'll add a (nullable) Recipient property to the Message object.
Recipient
Message
This way there will be no parsing logic in the parts itself which is a good thing since this can differ per adapter. Instead we'll add a (nullable)
Recipient
property to theMessage
object.