Share via


CustomMenuKeyMapping constructor (String, String, String, String, String)

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

Syntax

'Declaration
Public Sub New ( _
    key As String, _
    name As String, _
    extension As String, _
    autoAttendant As String, _
    promptFileName As String _
)
'Usage
Dim key As String
Dim name As String
Dim extension As String
Dim autoAttendant As String
Dim promptFileName As String

Dim instance As New CustomMenuKeyMapping(key, name, _
    extension, autoAttendant, promptFileName)
public CustomMenuKeyMapping(
    string key,
    string name,
    string extension,
    string autoAttendant,
    string promptFileName
)

Parameters

See also

Reference

CustomMenuKeyMapping class

CustomMenuKeyMapping members

CustomMenuKeyMapping overload

Microsoft.Exchange.Data namespace