共用方式為


PhoneLineDetails.VoicemailCount 屬性

定義

取得電話號碼上的語音信箱訊息數目。

public:
 property unsigned int VoicemailCount { unsigned int get(); };
uint32_t VoicemailCount();
public uint VoicemailCount { get; }
var uInt32 = phoneLineDetails.voicemailCount;
Public ReadOnly Property VoicemailCount As UInteger

屬性值

UInt32

unsigned int

uint32_t

電話號碼上的語音信箱訊息數目。

Windows 需求

應用程式功能
accessoryManager

備註

不需要行動資料網路來報告這項資訊,在此情況下,此屬性可能無法正確報告語音信箱數目。

呼叫此 API 需要應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

適用於