Is there a way to configure the Serilog email sink to also include the additional properties in the email body?
I can see the default format is:
{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] {Message}{NewLine}{Exception}
But I am not sure if there is an additional token which can be used or a way in code to easily override this behaviour.