ConflictType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the conflict types that can be returned in meeting time suggestions.
public enum class ConflictType
public enum ConflictType
Public Enum ConflictType
- Inheritance
-
ConflictType
Fields
Name | Value | Description |
---|---|---|
IndividualAttendeeConflict | 0 | There is a conflict with an individual attendee. |
GroupConflict | 1 | There is a conflict with at least one member of a group. |
GroupTooBigConflict | 2 | There is a conflict with at least one member of a group, but the group is too large to return individual conflict information. |
UnknownAttendeeConflict | 3 | There is a conflict with an unresolvable attendee, on an attendee that is not an individual, group, or contact. |