com.esri.arcgis.trackinganalyst
Interface IEmailProperties

All Superinterfaces:
Serializable
All Known Subinterfaces:
IEmailPropertiesDialog
All Known Implementing Classes:
DataSummaryAction, EmailPropertiesDialog, IEmailPropertiesDialogProxy, IEmailPropertiesProxy

public interface IEmailProperties
extends Serializable

Provides access to properties and methods needed to support Email Alert actions.

Product Availability

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


Method Summary
 String getFromDomain()
          property FromDomain
 String getSMTPServer()
          property SMTPServer
 String getSuggestFromUserName()
          property SuggestFromUserName
 void setFromDomain(String pVal)
          property FromDomain
 void setSMTPServer(String pVal)
          property SMTPServer
 

Method Detail

getSMTPServer

String getSMTPServer()
                     throws IOException,
                            AutomationException
property SMTPServer

Product Availability

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

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

setSMTPServer

void setSMTPServer(String pVal)
                   throws IOException,
                          AutomationException
property SMTPServer

Product Availability

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

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

getFromDomain

String getFromDomain()
                     throws IOException,
                            AutomationException
property FromDomain

Product Availability

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

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

setFromDomain

void setFromDomain(String pVal)
                   throws IOException,
                          AutomationException
property FromDomain

Product Availability

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

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

getSuggestFromUserName

String getSuggestFromUserName()
                              throws IOException,
                                     AutomationException
property SuggestFromUserName

Product Availability

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

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