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() _
)
public LocalizedString (
string id,
ExchangeResourceManager resourceManager,
params Object[] inserts
)
public:
LocalizedString (
String^ id,
ExchangeResourceManager^ resourceManager,
... array<Object^>^ inserts
)
public LocalizedString (
String id,
ExchangeResourceManager resourceManager,
Object[] inserts
)
public function LocalizedString (
id : String,
resourceManager : ExchangeResourceManager,
... inserts : Object[]
)
Parameters
- id
The resource ID of the string with which to initialize this LocalizedString object.
- resourceManager
The resource manager to use for looking up the string.
- inserts
Strings to be inserted into the message identified by id.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003