Platform SDK: Exchange Server |
The BeforeEndOriginal property returns a Boolean value that indicates the value of the BeforeEnd property before the user set the snooze option for an alarm.
Task object
Boolean
Read/write
To illustrate the use of the BeforeEndOriginal property, consider a Task object that has recently been created. If BeforeEndDefaultTask is one hour, then BeforeEnd and BeforeEndOriginal will both be one hour. If the user sets the snooze option for the alarm to 15 minutes, then BeforeEnd will be reset to 15 minutes, but BeforeEndOriginal will remain at one hour.