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
- id
Type: System.String
The resource ID of the string with which to initialize this LocalizedString object.
- resourceManager
Type: Microsoft.Exchange.Data.Common.ExchangeResourceManager
The resource manager to use for looking up the string.
- inserts
Type: []
Strings to be inserted into the message identified by id.