Edit

Share via


CanShareDetail Enum

Definition

Enumerates the detail of why sharing a particular resource is allowed or not allowed.

public enum class CanShareDetail
public enum CanShareDetail
type CanShareDetail = 
Public Enum CanShareDetail
Inheritance
CanShareDetail

Fields

Allowed 0

Sharing is allowed.

CannotConnect 4

Cannot share because a connection to the Lync server cannot be made at this time.

DisabledByOrganizerPolicy 2

Sharing is disabled by organizer policy.

DisabledByPolicy 1

Sharing is disabled by admin policy.

DisabledByRole 3

Sharing is disabled based on participant role.

DisabledForOtherReason 5

Disabled for some other reason.

Invalid -1

Applies to