SendOn Field locked?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created my form on OL2003 but when I create a new mail and click on save it
goes to the right folder but with the wrong date SendOn.
And when I try to modify it in the designer form it's lock, and when I want
to do it in the form code it's still telling me it's locked.

So what can I do to get the current date in my saved mail instead of a
defaut date that I can't change?
 
If you look at the Object Browser for MailItem.SentOn you will see that it's
a read-only field. You can't change it.
 
Back
Top