SmsMessageReceivedEventArgs class
Provides data for ISmsBinaryMessage event handlers.
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
/* For information about creating or accessing this object, see Remarks. */
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The SmsMessageReceivedEventArgs class has these types of members:
Methods
The SmsMessageReceivedEventArgs class inherits methods from the Object class (C#/VB/C++).
Properties
The SmsMessageReceivedEventArgs class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Retrieves an object that holds the binary representation of the message. This is of interest only to clients who want to pass binary messages on directly or do their own interpretation of the binary message contents. | |
| Read-only | Retrieves an object that holds the text representation of the message. If the message is not successfully decoded, an error is returned. |
Remarks
An instance of the SmsMessageReceivedEventArgs class can be retrieved from the SmsMessageReceivedEventHandler delegate.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
|
Capabilities |
|
Build date: 12/4/2012
