|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecipientContainer
COM Interface 'IRecipientContainer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods to manage the collection of email addresses of recipients of the action's Email Alerts.' 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 |
IID11bfad8a_2c73_4347_af1b_96484cea143f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addName(java.lang.String pbstrName)
Adds an email address to the recipient container. |
int |
getCount()
Count of email addresses in the container. |
java.lang.String |
getName(int nIndex)
Obtains the email address from receipient container associated with the specified index. |
void |
loadStorage(IStorage __MIDL__IRecipientContainer0000)
Load the relevant information from storage into memory. |
void |
saveStorage(IStorage __MIDL__IRecipientContainer0001)
Save the relevant information from memory into storage. |
Field Detail |
---|
static final int IID11bfad8a_2c73_4347_af1b_96484cea143f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void loadStorage(IStorage __MIDL__IRecipientContainer0000) throws java.io.IOException, AutomationException
__MIDL__IRecipientContainer0000
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveStorage(IStorage __MIDL__IRecipientContainer0001) throws java.io.IOException, AutomationException
__MIDL__IRecipientContainer0001
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addName(java.lang.String pbstrName) throws java.io.IOException, AutomationException
pbstrName
- The pbstrName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName(int nIndex) throws java.io.IOException, AutomationException
nIndex
- The nIndex (in)
java.io.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 |