Click or drag to resize
TapiCallTag Property
Gets or sets the object that contains supplemental data about the call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public Object Tag { get; set; }

Property Value

Type: Object
An Object that contains data about the call. The default is a null reference (Nothing in Visual Basic).
Remarks
Any type derived from the Object class can be assigned to this property. The application can use Tag property to store data closely associated with the call or the caller for easy access in all call-related events. For example, it can store caller's account number in the Tag property so the account information can be accessed quickly. AddTapi.NET does not use this property internally. This property provides a place for the application to store its own data.
See Also