Help for a novice
Partly my own fault opening mi mouth and saying it shouldn't be that
difficult to do. .... learnt my lesson
anyway.
do you have some code that explains how to test for the sent property
I've tried
Set myItem = ActiveInspector
MsgBox myItem ..... returns the subject of the mail
If myItem.Sent = False Then
But i get an error " The obect doesn't support this method or
property"
can you help please
|