LumiSoft Mail Server User API
SIP_ServerProxyCore.AddressExistsEventHandler Delegate
Namespaces > LumiSoft.Net.SIP > SIP_ServerProxyCore > AddressExistsEventHandler
Represents the method that will handle the SIP_Stack.AddressExists event.
Syntax
C#Visual BasicManaged 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)