CanShareDetail Enum
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.
Enumerates the detail of why sharing a particular resource is allowed or not allowed.
public enum class CanShareDetail
C#
public enum CanShareDetail
type CanShareDetail =
Public Enum CanShareDetail
- Inheritance
-
CanShareDetail
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Allowed | 0 | Sharing is allowed. |
DisabledByPolicy | 1 | Sharing is disabled by admin policy. |
DisabledByOrganizerPolicy | 2 | Sharing is disabled by organizer policy. |
DisabledByRole | 3 | Sharing is disabled based on participant role. |
CannotConnect | 4 | Cannot share because a connection to the Lync server cannot be made at this time. |
DisabledForOtherReason | 5 | Disabled for some other reason. |
Product | Versions |
---|---|
Lync client | latest |