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


IEmailAlertAction.MessageTemplate Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IEmailAlertAction.MessageTemplate Property

Template for use when constructing the action's Email Alert message body.

[Visual Basic .NET]
Public Property MessageTemplate As IMessageTemplate
[C#]
public IMessageTemplate MessageTemplate {get; set;}
[C++]
HRESULT get_MessageTemplate(
  IMessageTemplate** pVal
);
[C++]
HRESULT put_MessageTemplate(
  IMessageTemplate* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type IMessageTemplate pVal [in]
pVal is a parameter of type IMessageTemplate

Product Availability

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

See Also

IEmailAlertAction Interface