Android.Telephony.PhoneNumberUtils.IsVoiceMailNumber Method
isVoiceMailNumber: checks a given number against the voicemail number provided by the RIL and SIM card.

Syntax

[Android.Runtime.Register("isVoiceMailNumber", "(Ljava/lang/String;)Z", "")]
public static bool IsVoiceMailNumber (string number)

Parameters

number
the number to look up.

Returns

Documentation for this section has not yet been entered.

Remarks

isVoiceMailNumber: checks a given number against the voicemail number provided by the RIL and SIM card. The caller must have the READ_PHONE_STATE credential.

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1