Gets or sets the object that contains supplemental data about the call.
An Object that contains data about the call. The default is a null reference (Nothing in Visual Basic).
Any type derived from the Object class can be assigned to this property.
Your 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, you 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 your application to store its own data.
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)