This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IR > IRecipientContainer Interface > IRecipientContainer.GetName Method (ArcObjects .NET 10.5 SDK) |
Obtains the email address from receipient container associated with the specified index.
[Visual Basic .NET] Public Function GetName ( _ ByVal nIndex As Integer _ ) As String
[C#] public string GetName ( int nIndex );
[C++]
HRESULT GetName(
Long nIndex,
BSTR* pVal
);
[C++]
Parameters nIndex [in] nIndex is a parameter of type Long pVal [out, retval] pVal is a parameter of type BSTR