ArcObjects Library Reference (TrackingAnalyst)  

IEmailAlertAction.EmailList Property

List of email addresses for the recipients of the action's Email Alert.

[Visual Basic .NET]
Public Property EmailList As String[]
[C#]
public String[] EmailList {get; set;}
[C++]
HRESULT get_EmailList(
  pVal* pVal
);
[C++]
HRESULT put_EmailList(
  pVal pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type pVal [in]   pVal is a parameter of type

Product Availability

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

See Also

IEmailAlertAction Interface