| IMessageAddNewPhoneNumber Method  | 
 
            Adds a new phone number to the account.
            
 
    Namespace: 
   NetQuarry.Services
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxstring AddNewPhoneNumber(
	string areaCode,
	string nearNumber = null
)
Function AddNewPhoneNumber ( 
	areaCode As String,
	Optional nearNumber As String = Nothing
) As String
Parameters
- areaCode
- Type: SystemString
 Optional search parameter
- nearNumber (Optional)
- Type: SystemString
 Optional search param. If this is supplied it will be used instead of area code.
Return Value
Type: 
StringThe phone number added.
 See Also
See Also