ISmsMessageBase Interface
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.
This interface specifies base functionality for all SMS message types.
Note
This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators, mobile broadband adapter IHV, or OEM. For more information, see Mobile Broadband.
public interface class ISmsMessageBase
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(753991216, 65104, 20422, 170, 136, 76, 207, 226, 122, 41, 234)]
struct ISmsMessageBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(753991216, 65104, 20422, 170, 136, 76, 207, 226, 122, 41, 234)]
public interface ISmsMessageBase
Public Interface ISmsMessageBase
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
cellularMessaging
sms
|
Properties
CellularClass |
Gets the cellular class of the message. |
DeviceId |
Gets the unique device identifier associated with this message. |
MessageClass |
Gets the message class of this message. |
MessageType |
Gets the message type of this message. |
SimIccId |
Gets the ICCID (Integrated Circuit Card Identifier) of the SIM that received the message. |