PrivacyModePreference Enumeration
Represents the privacy mode preference for presence privacy.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration PrivacyModePreference
'Usage
Dim instance As PrivacyModePreference
public enum PrivacyModePreference
Members
Member name | Description | |
---|---|---|
None | No privacy mode preference selection.
If no preference is stated, the endpoint owner behavior defaults to the admin setting. In this case, if the admin enables privacy the endpoint owner is automatically migrated to privacy. If the admin does not set any preference or explicitly states "Standard", the endpoint will be migrated to standard. |
|
Private | Privacy mode preference selection is Privacy.
Privacy mode selection Privacy is effective if Microsoft Lync Server is configured to operate in privacy mode. In this mode presence is only visible to people who are in contact list of users. |
|
Standard | Privacy mode preference selection is Standard. |
Remarks
This enumeration indicates what the local owner's preference are with respect to being enabled for privacy.