InternalSIPAddressExToSIPAddress Method (Contact) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static SIPAddress ToSIPAddress(
Contact contact
)
Public Shared Function ToSIPAddress (
contact As Contact
) As SIPAddress
public:
static SIPAddress^ ToSIPAddress(
Contact^ contact
)
static member ToSIPAddress :
contact : Contact -> SIPAddress
Parameters
- contact
- Type: Ozeki.VoIPContact
Return Value
Type:
SIPAddress
See Also