Rollback changes during CustomPropertyChange Event

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

Guest

Is there any way to rollback a property to its previous value during the PropertyChange event, without having to record the old values manually ?
 
Only if your code has saved the original value in a module-level variable
before the change.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Max Carussi said:
Is there any way to rollback a property to its previous value during the
PropertyChange event, without having to record the old values manually ?
 
That's what I intended with 'manually'. So the answer is: no way

Sue Mosher Wrote

Only if your code has saved the original value in a module-level variabl
before the change
--
Sue Mosher, Outlook MV
Author o
Microsoft Outlook Programming - Jumpstart fo
Administrators, Power Users, and Developer
http://www.outlookcode.com/jumpstart.asp

Max Carussi said:
Is there any way to rollback a property to its previous value during th
PropertyChange event, without having to record the old values manually
 
There's nothing manual about that process at all. Once you write the code,
it's automatic:
 
Back
Top