ArcObjects Library Reference (TrackingAnalyst)  

IRecipientContainer.GetName Method

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

Product Availability

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

See Also

IRecipientContainer Interface