This document is archived and information here might be outdated. Recommended version. |
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)