AddTapi.NET Developer's Manual
Tag Property
NamespacesTraysoft.AddTapiTapiCallTag
Gets or sets the object that contains supplemental data about the call.
Declaration Syntax
C#Visual BasicVisual C++
public Object Tag { get; set; }
Public Property Tag As Object
public:
property Object^ Tag {
	Object^ get ();
	void set (Object^ value);
}
Value
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. 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)