Platform SDK: Exchange Server |
The RollbackTransaction method rolls back a transaction.
Schedule object
objSchedule.RollbackTransaction
None
This method rolls back all changes to a schedule file since the last call to the BeginTransaction method. Open transactions should be rolled back on error conditions.
Note Every call to BeginTransaction must have a matching call to EndTransaction or RollbackTransaction.