Platform SDK: Exchange Server

TMPLINST: Installing an Address Entry Template

This program installs the templates associated with an address type. You can use it to install templates for entering address types, per-message options, and per-recipient options.

To run TMPLINST, type the following at the command prompt:

TMPLINST 
  /SITEDN=<site distinguished name> 
  /DISPLAY_NAME=<template display name> 
  /NAME=<template name> 
  /TYPE=<address type> 
  /SYNTAX=<address syntax> 
  /SERVER=<server computer name> 
  /MESSAGE_DT=<per-message display table> 
  /RECIPIENT_DT=<per-recipient display table> 
  /ADDRESS_DT=<address entry display table> 
  /LANGUAGE=<language code> 
  /DATA16=<16-bit help file> 
  /DATA32=<32-bit help file> 
  /FILE=<help file name> 
 [/DELETE] 
 [/HELP or /?]

TMPLINST Parameters

Parameter Description
SITEDN Site distinguished name.
DISPLAY_NAME Template display name.
NAME Name of address type.
TYPE Type of address.
SYNTAX Name and location of file containing the syntax for the address entry template.
SERVER Server on which to install these templates.
MESSAGE_DT Name and location of the per-message display table.
RECIPIENT_DT Name and location of the per-recipient display table.
ADDRESS_DT Name and location of the address entry display table.
LANGUAGE Code for the language in which to install the templates (for example, 409 is English).
DATA16 Name of file containing the 16-bit Help information.
DATA32 Name of file containing the 32-bit Help information.
FILE Help file name used by clients (for example, SMTP.HLP).
DELETE Deletes the template.
HELP or ? Displays Help information.

An example of calling this program is:

TMPLINST /SITEDN=/o=Microsoft/ou=APPS-WGA /DISPLAY_NAME=sdktmpl /NAME=sdk 
/TYPE=sdk /SYNTAX=c:\temp\sdkadt.oel /SERVER=server1 
/MESSAGE_DT=c:\temp\sdkpmt.blt /RECIPIENT_DT=c:\temp\sdkprt.blt 
/ADDRESS_DT=c:\temp\sdkadt.blt /LANGUAGE=409 
/DATA16=smtp16.hlp /DATA32=smtp32.hlp /FILE=smtp.hlp