Gets whether Unified Messaging is enabled for the user.

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

Syntax

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

Remarks

If the LocalOwnerPresence has not yet been established this property will return false.

See Also