Platform SDK: Exchange Server

RollbackTransaction

The RollbackTransaction method rolls back a transaction.

Applies To

Schedule object

Syntax

objSchedule.RollbackTransaction

Parameters

None

Remarks

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.

See Also

BeginTransaction
EndTransaction