UMServer.UMForwardingAddressTemplate Property
This API supports the Microsoft Exchange server infrastructure and should not be called directly from your code.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property UMForwardingAddressTemplate As String
Get
Set
'Usage
Dim instance As UMServer
Dim value As String
value = instance.UMForwardingAddressTemplate
instance.UMForwardingAddressTemplate = value
[ParameterAttribute(Mandatory = false)]
public string UMForwardingAddressTemplate { get; set; }
Property Value
Type: System.String
The fully qualified domain name (Fqdn) template for forwarding calls.
See Also