Although it's possible to have multiple voicemail accounts, when calling from your own number, carriers route you to voicemail. So, TelephonyManager.getVoiceMailNumber()
or TelephonyManager.getCompleteVoiceMailNumber()
, depending on the flavor you need.
Hope this helps.