PrivacyOptions 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.
Various privacy options that will be part of Ms-Sensitivity-Header
public enum class PrivacyOptions
public enum PrivacyOptions
type PrivacyOptions =
Public Enum PrivacyOptions
- Inheritance
-
PrivacyOptions
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | All possible destinations will be selected by the routing script subject to the details of the preamble. This is the default value |
NormalNoDiversion | 1 | Disables voicemail and call forwarding. If the call is not answered by the user or team member within the time limits specified by 'wait' elements, the call will fail with a 480 response. |
Private | 2 | Disables features like team ringing. Call may still be forwarded or routed to voicemail |
PrivateNoDiversion | 3 | Disables features like team ringing, call-forwarding, and voice mail. If the call is not answered by the user within the time limits specified by the 'wait' elements, then it will fail with a 480 response. |