Gets whether Presence screening is disabled or not.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
PresenceBasedScreeningDisabled 
As 
Boolean
C#
public 
bool 
PresenceBasedScreeningDisabled { 
get; }
Visual C++
public:
property 
bool 
PresenceBasedScreeningDisabled {
	
bool 
get ();
}
JavaScript
function get_
presenceBasedScreeningDisabled();

Remarks

If Presence Screening is enabled, incoming calls and conference invitations are screened based on the local owner's perceived Presence state by the remote participant. Typically, if the local owner's presence state perceived by the Remote Participant is Dot Not Disturb, incoming calls and conference invitations will get rejected.

See Also