This document is archived and information here might be outdated.  Recommended version.


IEmailAlertAction.EmailList Property (ArcObjects .NET 10.5 SDK)
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