Click or drag to resize
TapiCallGuid Property
Gets the globally unique identifier (GUID) of the call.

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

Property Value

Type: Guid
An unique identifier assigned by AddTapi.NET to the call.
Remarks
AddTapi.NET assigns an unique identifier to each call. The application can use Guid property to keep track of the call through all call-related events or to store call information in a database.
See Also