J
Jonathan
Hi, If I create a message in Outlook I can successfully use
ThisOutlookSession.Application_ItemSend event to check the subject of a sent
message item (for logging). The problem is messages created in MS Access and
displayed to give the user an opportunity to edit, do not trigger this event
when sent (want to log message after user has made changes).
Is there some way for me to ensure that this event is activated?
Alternatively, in my Access routine I have the line
olEmailMessage.Display True
to display the message. When stepping through the code the next line is not
executed until the user actually sends the displayed message. I was hoping to
use the reference to the message item at this point. However, the system
returns a message to say that the item has been moved or deleted.
How do I maintain the reference to the message item once it has been sent?
Any ideas or suggestions appreciated
Many thanks,
Jonathan
ThisOutlookSession.Application_ItemSend event to check the subject of a sent
message item (for logging). The problem is messages created in MS Access and
displayed to give the user an opportunity to edit, do not trigger this event
when sent (want to log message after user has made changes).
Is there some way for me to ensure that this event is activated?
Alternatively, in my Access routine I have the line
olEmailMessage.Display True
to display the message. When stepping through the code the next line is not
executed until the user actually sends the displayed message. I was hoping to
use the reference to the message item at this point. However, the system
returns a message to say that the item has been moved or deleted.
How do I maintain the reference to the message item once it has been sent?
Any ideas or suggestions appreciated
Many thanks,
Jonathan