How do you set the MessageId on FltMessageSend? I need to reply to a specific message Id set in the user app.
wrote in message news:xxxxx@ntdev…
> How do you set the MessageId on FltMessageSend? I need to reply to a
> specific message Id set in the user app.
>
You get the ID in the FILTER_MESSAGE_HEADER of the original message.
Copy it to the header of reply message.
–pa