com.esri.arcgis.trackinganalyst
Interface IEmailPropertiesDialog

All Superinterfaces:
IEmailProperties, Serializable
All Known Implementing Classes:
EmailPropertiesDialog, IEmailPropertiesDialogProxy

public interface IEmailPropertiesDialog
extends IEmailProperties, Serializable

Provides the dialog to access and edit the properties associated with the Email Alert action.

Product Availability

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


Method Summary
 void loadDefaults()
          Loads the Email properties dialog with the current set of properties.
 void setAction(IAction rhs1)
          Action whose Email properties are to be reviewed or edited.
 void showDialog(boolean bUseDefaults)
          Displays the Email properties dialog for review or edit.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.IEmailProperties
getFromDomain, getSMTPServer, getSuggestFromUserName, setFromDomain, setSMTPServer
 

Method Detail

setAction

void setAction(IAction rhs1)
               throws IOException,
                      AutomationException
Action whose Email properties are to be reviewed or edited.

Product Availability

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

Parameters:
rhs1 - A reference to a com.esri.arcgis.trackinganalyst.IAction (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showDialog

void showDialog(boolean bUseDefaults)
                throws IOException,
                       AutomationException
Displays the Email properties dialog for review or edit.

Product Availability

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

Parameters:
bUseDefaults - The bUseDefaults (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadDefaults

void loadDefaults()
                  throws IOException,
                         AutomationException
Loads the Email properties dialog with the current set of properties.

Product Availability

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

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.