In my project I have an orchestration that subscribes to messages in messagebox. Is there any way in orchestration to determine the time when message was received by the message box?
I know such property Microsoft.BizTalk.Operations.BizTalkMessage.CreationTime
, but maybe there is a corresponded context property for that purpose? I don't want to use .net code and connect to messagebox database through .net api.
Thank you!