Share via


LocalizedString constructor (String, ExchangeResourceManager, Object[])

The LocalizedString constructor creates a new LocalizedString object.

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

Syntax

'Declaration
Public Sub New ( _
    id As String, _
    resourceManager As ExchangeResourceManager, _
    ParamArray inserts As Object() _
)
'Usage
Dim id As String
Dim resourceManager As ExchangeResourceManager
Dim inserts As Object()

Dim instance As New LocalizedString(id, resourceManager, _
    inserts)
public LocalizedString(
    string id,
    ExchangeResourceManager resourceManager,
    params Object[] inserts
)

Parameters

  • inserts
    Type: []

    Strings to be inserted into the message identified by id.

See also

Reference

LocalizedString structure

LocalizedString members

LocalizedString overload

Microsoft.Exchange.Data.Common namespace