This document is archived and information here might be outdated.  Recommended version.


IMessageTemplate Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IM > IMessageTemplate Interface
ArcGIS Developer Help

IMessageTemplate Interface

Provides access to properties and methods needed to support actions that use strings containing message field values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Members

Name Description
Read/write property DateFormat Date format to be used for a date field in the message.
Read/write property FieldsWithColumns Field names and column index of fields used in the action message.
Method FormatMessage Generate the formatted message for the data (message or feature) provided.
Read/write property Source Dataset definition ID associated with the tracking service.
Read/write property SourceType Indication if the source is the dataset definition or a feature.
Read/write property Template Structured message template for use as an action message output.
Read/write property TemplateName Name of a message template.
Read/write property TimeFormat Time format to be used for a time field in the message.

Classes that implement IMessageTemplate

Classes Description
MessageTemplate Controls the properties and methods needed to support Email message content for the Email Alert actions.