Represents the method that will handle the SIP_Stack.AddressExists event.

Syntax
| C# | Visual Basic | Managed C++ |
public delegate bool AddressExistsEventHandler (
string address
)
Public Delegate Function AddressExistsEventHandler ( _
address As String _
) As Boolean
public delegate bool AddressExistsEventHandler (
String^ address
)

Parameters
- address (String)
- SIP address to check.

Return Value
Returns true if specified address exists, otherwise false.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)