MailEnabledRecipient.UMDtmfMap property
Gets or sets a value that indicates whether to create a user-defined dual tone multi-frequency (DTMF) map for the Unified Messaging (UM)-enabled recipient.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
'Declaration
Public Property UMDtmfMap As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As MultiValuedProperty(Of String)
value = instance.UMDtmfMap
instance.UMDtmfMap = value
public MultiValuedProperty<string> UMDtmfMap { get; set; }
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
true if a user-defined DTMF map should be created for the UM-enabled recipient; otherwise, false.