ProxyAddressTemplate Constructor
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Sub New ( _
prefix As ProxyAddressPrefix, _
addressTemplateString As String, _
isPrimaryAddress As Boolean _
)
'Usage
Dim prefix As ProxyAddressPrefix
Dim addressTemplateString As String
Dim isPrimaryAddress As Boolean
Dim instance As New ProxyAddressTemplate(prefix, _
addressTemplateString, isPrimaryAddress)
protected ProxyAddressTemplate(
ProxyAddressPrefix prefix,
string addressTemplateString,
bool isPrimaryAddress
)
Parameters
- prefix
Type: Microsoft.Exchange.Data.ProxyAddressPrefix
- addressTemplateString
Type: System.String
- isPrimaryAddress
Type: System.Boolean