I know this question is not strictly an Access issue, however, I am opening an MS Outlook mailitem from Access. It's function is to display only until the user sends.

I have setup a class to handle mailitem events when the mailitem is opened. This is to determine if the mailitem is closed without sending. there reason for this is to record whether that email was actually sent and when. The functionality works fine.



However, I would like to be able to prevent users from editing any fields in the mail item while it remains open.

It seems however, that there is no enabled functionality on the To, Sender, Subject, or Body fields.

Again, I am aware this is not strictly an Access question, but the class to handle the mailitem is in Access and maybe somebody has done something like this in the past. If so, your wisdom and advice would be greatly appreciated.

Thanks in advance.