Partilhar via


UserEndpoint.OwnerVoicemailUri Property

Gets the provisioned owner voicemail URI.

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

Syntax

'Declaration
Public ReadOnly Property OwnerVoicemailUri As String
    Get
'Usage
Dim instance As UserEndpoint
Dim value As String

value = instance.OwnerVoicemailUri
public string OwnerVoicemailUri { get; }

Property Value

Type: System.String

Remarks

This property will return string.Empty value if the voicemail URI for this user is not available.

Administrators can provision a user object with a voicemail URI by enabling the user for integration with Exchange UM.

See Also

Reference

UserEndpoint Class

UserEndpoint Members

Microsoft.Rtc.Collaboration Namespace