When False Means True

I encountered an interesting problem while working with our FirstPoint Office add-in (one of the many joys of working with the Office API!). In this case, a call to ActiveDocument.CanCheckIn() would return true, even when the value was clearly false. Testing...