SmsVoicemailMessage.MessageCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of available messages.
public:
property IReference<int> ^ MessageCount { IReference<int> ^ get(); };
IReference<int> MessageCount();
public System.Nullable<int> MessageCount { get; }
var iReference = smsVoicemailMessage.messageCount;
Public ReadOnly Property MessageCount As Nullable(Of Integer)
Property Value
The number of available voicemail messages.
Windows requirements
App capabilities |
cellularMessaging
sms
|