|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecipientContainer
Provides access to properties and methods to manage the collection of email addresses of recipients of the action's Email Alerts.
Method Summary | |
---|---|
void |
addName(String pbstrName)
Adds an email address to the recipient container. |
int |
getCount()
Count of email addresses in the container. |
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. |
Method Detail |
---|
void loadStorage(IStorage __MIDL__IRecipientContainer0000) throws IOException, AutomationException
__MIDL__IRecipientContainer0000
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveStorage(IStorage __MIDL__IRecipientContainer0001) throws IOException, AutomationException
__MIDL__IRecipientContainer0001
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addName(String pbstrName) throws IOException, AutomationException
pbstrName
- The pbstrName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName(int nIndex) throws IOException, AutomationException
nIndex
- The nIndex (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 |