I'm trying to deadletter a message but can't seems to find the right library:
MessageReceiver
ServiceBusReceiver
ServiceBusReceivedMessage
I've tried both. Getting runtime errors with all of them.
net6.0 Azure Function
Can someone provide a link to an example or some documentation for net6 functions and manual deadlettering?

