The Reminder sound button

  • Thread starter Thread starter warbornster
  • Start date Start date
W

warbornster

Can I somehow add the button that changes the reminder sound in OL2003?
Is it in some kind of field, or do I have to access it programmly in
vbscript?
 
Nothing is exposed for that.

You can detect that something was changed after it's changed by looking at
the ReminderPlaySound Boolean property, the ReminderOverrideDefault Boolean
property and the ReminderSoundFile string property. You would get an
ItemChange event on the Items collection of the parent folder of the changed
item.
 
Back
Top