Enum ObjectStatus
Possible states of an exchange object
Namespace: Simplic.Exchange
Assembly: Simplic.Exchange.dll
Syntax
public enum ObjectStatus
Fields
Name | Description |
---|---|
BeforeDelete | The current object has to be deleted |
BeforeUpdate | The object has to be udpated |
DeleteFailed | The object has be deleted successfully |
Inserted | The object is successfully inserted in the exchange server |
InsertFailed | Insertion into the exchange server has failed |
NotInserted | The current object is not inserted in the exchange server |
UpdateFailed | Updating the current object failed |