I'm trying to check whether an email is really sent or not after issuing MAPIMessage.Send(0). It seems to me that MAPIMessage.MsgSent always return .f. The main reason I want to check this is because some users will get the dialog box of the Outlook Security patch to send the email or not. If users choose no, I have no idea how to capture this action. So, I try to check MAPIMessage.MsgSent but it does not seems to work at all.
Thank you for any help.
Thank you for any help.