com.esri.arcgis.trackinganalyst
Interface IEmailProperties

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

public interface IEmailProperties
extends java.io.Serializable

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

Description: 'Provides access to properties and methods needed to support Email Alert actions.' 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 IID6f3906ab_82e2_4e26_ac3b_dadabd9a51b7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFromDomain()
          property FromDomain
 java.lang.String getSMTPServer()
          property SMTPServer
 java.lang.String getSuggestFromUserName()
          property SuggestFromUserName
 void setFromDomain(java.lang.String pVal)
          property FromDomain
 void setSMTPServer(java.lang.String pVal)
          property SMTPServer
 

Field Detail

IID6f3906ab_82e2_4e26_ac3b_dadabd9a51b7

static final int IID6f3906ab_82e2_4e26_ac3b_dadabd9a51b7
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

getSMTPServer

java.lang.String getSMTPServer()
                               throws java.io.IOException,
                                      AutomationException
property SMTPServer

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

setSMTPServer

void setSMTPServer(java.lang.String pVal)
                   throws java.io.IOException,
                          AutomationException
property SMTPServer

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

getFromDomain

java.lang.String getFromDomain()
                               throws java.io.IOException,
                                      AutomationException
property FromDomain

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

setFromDomain

void setFromDomain(java.lang.String pVal)
                   throws java.io.IOException,
                          AutomationException
property FromDomain

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

getSuggestFromUserName

java.lang.String getSuggestFromUserName()
                                        throws java.io.IOException,
                                               AutomationException
property SuggestFromUserName

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