com.esri.arcgis.trackinganalyst
Interface IEmailPropertiesDialog

All Superinterfaces:
IEmailProperties, java.io.Serializable
All Known Implementing Classes:
EmailPropertiesDialog, IEmailPropertiesDialogProxy

public interface IEmailPropertiesDialog
extends IEmailProperties, java.io.Serializable

COM Interface 'IEmailPropertiesDialog'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides the dialog to access and edit the properties associated with the Email Alert action.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7bd48db3_3c01_4e02_8952_02e80cd2bb2a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.IEmailProperties
IID6f3906ab_82e2_4e26_ac3b_dadabd9a51b7
 
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
 

Field Detail

IID7bd48db3_3c01_4e02_8952_02e80cd2bb2a

static final int IID7bd48db3_3c01_4e02_8952_02e80cd2bb2a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setAction

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

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

showDialog

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

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

loadDefaults

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

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