com.esri.arcgis.trackinganalyst
Class IEmailPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IEmailPropertiesProxy
All Implemented Interfaces:
IEmailProperties, Externalizable, Serializable
Direct Known Subclasses:
IEmailPropertiesDialogProxy

public class IEmailPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IEmailProperties, 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.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IEmailPropertiesProxy()
           
  IEmailPropertiesProxy(Object obj)
           
protected IEmailPropertiesProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getFromDomain()
          property FromDomain
 String getSMTPServer()
          property SMTPServer
 String getSuggestFromUserName()
          property SuggestFromUserName
 void removeListener(String iidStr, Object theListener)
           
 void setFromDomain(String pVal)
          property FromDomain
 void setSMTPServer(String pVal)
          property SMTPServer
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IEmailPropertiesProxy

public IEmailPropertiesProxy()

IEmailPropertiesProxy

public IEmailPropertiesProxy(Object obj)
                      throws IOException
Throws:
IOException

IEmailPropertiesProxy

protected IEmailPropertiesProxy(Object obj,
                                String iid)
                         throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getSMTPServer

public String getSMTPServer()
                     throws IOException,
                            AutomationException
property SMTPServer

Product Availability

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

Specified by:
getSMTPServer in interface IEmailProperties
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSMTPServer

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

Product Availability

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

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

getFromDomain

public String getFromDomain()
                     throws IOException,
                            AutomationException
property FromDomain

Product Availability

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

Specified by:
getFromDomain in interface IEmailProperties
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromDomain

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

Product Availability

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

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

getSuggestFromUserName

public String getSuggestFromUserName()
                              throws IOException,
                                     AutomationException
property SuggestFromUserName

Product Availability

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

Specified by:
getSuggestFromUserName in interface IEmailProperties
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.