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


IEmailPropertiesDialog.Action Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEmailPropertiesDialog Interface > IEmailPropertiesDialog.Action Property
ArcGIS Developer Help

IEmailPropertiesDialog.Action Property

Action whose Email properties are to be reviewed or edited.

[Visual Basic .NET]
Public WriteOnly Property Action
[C#]
public void Action {set;}
[C++]
HRESULT put_Action(
  IAction* 
);
[C++]
Parameters
 [in]

is a parameter of type IAction*

Product Availability

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

See Also

IEmailPropertiesDialog Interface