TAPIEx ActiveX Control v3.6

CurrentLocationID

Property CurrentLocationID As long
Read/Write: Read and Write

Description

Sets or returns the ID of current location.

Remarks

Example about how to use CurrentLocationID.
 
	 mTAPIEx.Locations(mTAPIEx.CurrentLocationID)             ' returns the info of current location.
	 
	 mTAPIEx.CurrentLocationID=mTAPIEx.Locations(1).PermanentLocationID   ' set the second location to be the current one.

See Also

locations