[]
Determines the type of status.
public enum StatusTypeEnum
Name | Description |
---|---|
Busy | This status means that a person is in the office but unavailable to others. |
Custom | This status represents all custom statuses added to the StatusCollection. |
Free | This status means that a person is in the office and available to others. |
OutOfOffice | This status means that a person is out of the office and unavailable to others. |
Tentative | This status means that a person is in the office and tentatively available to others. |
WorkingElsewhere | This status means that a person is working elsewhere. |