Enum ConflictType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the conflict types that can be returned in meeting time suggestions.
public enum ConflictType
Fields
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 was too big for detailed information to be returned.
IndividualAttendeeConflict = 0
There is a conflict with an indicidual attendee.
UnknownAttendeeConflict = 3
There is a conflict with an unresolvable attendee or an attendee that is not a user, group, or contact.