IMbnSmsReadMsgTextCdma interface (mbnapi.h)
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
A collection of properties that represent a CDMA format SMS message read from the device memory.
Inheritance
The IMbnSmsReadMsgTextCdma interface inherits from the IUnknown interface.
Methods
The IMbnSmsReadMsgTextCdma interface has these methods.
IMbnSmsReadMsgTextCdma::get_Address The mobile number associated with a message. |
IMbnSmsReadMsgTextCdma::get_EncodingID The data encoding used in the message. |
IMbnSmsReadMsgTextCdma::get_Index The index of the message in device SMS memory. |
IMbnSmsReadMsgTextCdma::get_LanguageID The language used in the message. |
IMbnSmsReadMsgTextCdma::get_Message The contents of the message. |
IMbnSmsReadMsgTextCdma::get_SizeInCharacters The size in characters of the message. |
IMbnSmsReadMsgTextCdma::get_Status The type of message. (IMbnSmsReadMsgTextCdma.get_Status) |
IMbnSmsReadMsgTextCdma::get_Timestamp The timestamp of a message. |
Remarks
This message format is valid only for CDMA devices and cannot be used with GSM devices.
This interface is provided by the OnSmsReadComplete and OnSmsNewClass0Message methods of the IMbnSmsEvents interface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |