UserEndpoint.UmEnabled Property
Gets whether Unified Messaging is enabled for the user.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property UmEnabled As Boolean
Get
'Usage
Dim instance As UserEndpoint
Dim value As Boolean
value = instance.UmEnabled
public bool UmEnabled { get; }
Property Value
Type: System.Boolean
Remarks
If the LocalOwnerPresence has not yet been established this property will return false.