 | ICommenceDatabaseGetPhoneNumber Method |
TAPI must be configured for GetPhoneNumber to work properly.
TAPI is ancient, so this method is not implemented.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetPhoneNumber(
string phoneNumber,
string delim = null
)
Function GetPhoneNumber (
phoneNumber As String,
Optional delim As String = Nothing
) As String
Parameters
- phoneNumber
- Type: SystemString
phone number. - delim (Optional)
- Type: SystemString
Delimiter, up to 8 chars.
Return Value
Type:
StringNotImplementedException
See Also