|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.EmailPropertiesDialog
public class EmailPropertiesDialog
Controls the Email Alert properties dialog.
Constructor Summary | |
---|---|
EmailPropertiesDialog()
Constructs a EmailPropertiesDialog using ArcGIS Engine. |
|
EmailPropertiesDialog(Object obj)
Construct a EmailPropertiesDialog using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getFromDomain()
property FromDomain |
String |
getSMTPServer()
property SMTPServer |
String |
getSuggestFromUserName()
property SuggestFromUserName |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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 |
setFromDomain(String pVal)
property FromDomain |
void |
setSMTPServer(String pVal)
property SMTPServer |
void |
showDialog(boolean bUseDefaults)
Displays the Email properties dialog for review or edit. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public EmailPropertiesDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic EmailPropertiesDialog(Object obj) throws IOException
obj
to EmailPropertiesDialog
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
EmailPropertiesDialog theEmailPropertiesDialog = (EmailPropertiesDialog) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setAction(IAction rhs1) throws IOException, AutomationException
setAction
in interface IEmailPropertiesDialog
rhs1
- A reference to a com.esri.arcgis.trackinganalyst.IAction (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void showDialog(boolean bUseDefaults) throws IOException, AutomationException
showDialog
in interface IEmailPropertiesDialog
bUseDefaults
- The bUseDefaults (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadDefaults() throws IOException, AutomationException
loadDefaults
in interface IEmailPropertiesDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSMTPServer() throws IOException, AutomationException
getSMTPServer
in interface IEmailProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSMTPServer(String pVal) throws IOException, AutomationException
setSMTPServer
in interface IEmailProperties
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFromDomain() throws IOException, AutomationException
getFromDomain
in interface IEmailProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromDomain(String pVal) throws IOException, AutomationException
setFromDomain
in interface IEmailProperties
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getSuggestFromUserName() throws IOException, AutomationException
getSuggestFromUserName
in interface IEmailProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |