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


IRecipientContainer.AddName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IR > IRecipientContainer Interface > IRecipientContainer.AddName Method
ArcGIS Developer Help

IRecipientContainer.AddName Method

Adds an email address to the recipient container.

[Visual Basic .NET]
Public Sub AddName ( _
    ByVal pbstrName As String _
)
[C#]
public void AddName (
    string pbstrName
);
[C++]
HRESULT AddName(
  BSTR pbstrName
);
[C++]
Parameters
pbstrName [in]

pbstrName 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