Share via


OrgPersonPresentationObject.VoiceMailSettings property

Gets the settings that are used to subscribe to the voicemail server.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property VoiceMailSettings As MultiValuedProperty(Of String)
    Get
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As MultiValuedProperty(Of String)

value = instance.VoiceMailSettings
public MultiValuedProperty<string> VoiceMailSettings { get; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The settings that are used to subscribe to the voicemail server.

See also

Reference

OrgPersonPresentationObject class

OrgPersonPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace