This topic has not yet been rated - Rate this topic

SmsReceivedEventDetails class

Presents the details of SMS message events to the background work item that handles messages while your app is suspended.

Note  This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators, mobile broadband adapter IHV, or OEM. For more information, see Mobile Broadband: Windows Store device apps.

Syntax

Public NotInheritable Class SmsReceivedEventDetails  
    Inherits Object

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The SmsReceivedEventDetails class has these types of members:

Methods

The SmsReceivedEventDetails class inherits methods from the Object class (C#/VB/C++).

Properties

The SmsReceivedEventDetails class has these properties.

PropertyAccess typeDescription

DeviceId

Read-onlyReturns the DeviceInformation ID of the network interface that received the SMS message. This ID can be passed to SmsDevice.FromIdAsync to activate the device and retrieve additional message details.

MessageIndex

Read-onlyReturns the index of the new message that raised the event. You can pass this to SmsDevice.GetMessageAsync to retrieve the new message itself.

 

Remarks

Windows extends battery life by suspending applications that are not in the foreground. If your application needs to handle new SMS messages even while it is suspended, it needs to create a background work item to handle this. When a new SMS message arrives, the background work item is activated.

Requirements

Minimum supported client

Windows 8 [Windows Store apps, desktop apps]

Minimum supported server

Windows Server 2012 [Windows Store apps, desktop apps]

Namespace

Windows.Devices.Sms
Windows::Devices::Sms [C++]

Metadata

Windows.winmd

Capabilities

sms

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.