PhoneNewVoicemailMessageTriggerDetails
PhoneNewVoicemailMessageTriggerDetails
PhoneNewVoicemailMessageTriggerDetails
PhoneNewVoicemailMessageTriggerDetails
Class
Definition
Used to provide the details about a new voice mail message on a phone line.
public : sealed class PhoneNewVoicemailMessageTriggerDetails : IPhoneNewVoicemailMessageTriggerDetailspublic sealed class PhoneNewVoicemailMessageTriggerDetails : IPhoneNewVoicemailMessageTriggerDetailsPublic NotInheritable Class PhoneNewVoicemailMessageTriggerDetails Implements IPhoneNewVoicemailMessageTriggerDetails// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
Windows Desktop Extension SDK (introduced v10.0.10586.0)
|
| API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced v1)
Windows.ApplicationModel.Calls.Background.CallsBackgroundContract (introduced v1)
|
Properties
LineId LineId LineId LineId
Gets the ID of the phone line for which the new voice mail arrived.
public : PlatForm::Guid LineId { get; }public Guid LineId { get; }Public ReadOnly Property LineId As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The ID of the phone line for the new voice mail.
OperatorMessage OperatorMessage OperatorMessage OperatorMessage
Gets the optional voice mail changed message set by an operator when they send a voice mail changed SMS.
public : PlatForm::String OperatorMessage { get; }public string OperatorMessage { get; }Public ReadOnly Property OperatorMessage As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The optional voice mail changed message set by an operator when they send a voice mail changed SMS. If the message exists, it is displayed on the voice mail toast if the toast is displayed.
VoicemailCount VoicemailCount VoicemailCount VoicemailCount
Gets the new count of voice mail messages for the phone line.
public : int VoicemailCount { get; }public int VoicemailCount { get; }Public ReadOnly Property VoicemailCount As int// You can use this property in JavaScript.
- Value
- int int int int
The current count of voice mail messages.