ArcObjects Library Reference (TrackingAnalyst)  

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