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


IEmailAlertAction.EmailList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEmailAlertAction Interface > IEmailAlertAction.EmailList Property
ArcGIS Developer Help

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(
  SAFEARRAY(System.String)* pVal
);
[C++]
HRESULT put_EmailList(
  SafeArray pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type SAFEARRAY(BSTR)* pVal [in]
pVal is a parameter of type SAFEARRAY(BSTR)

Product Availability

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

See Also

IEmailAlertAction Interface