IMbnSmsConfiguration 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.

Provides access to the SMS configuration of a device.

Inheritance

The IMbnSmsConfiguration interface inherits from the IUnknown interface.

Methods

The IMbnSmsConfiguration interface has these methods.

 
IMbnSmsConfiguration::get_CdmaShortMsgSize

Maximum CDMA short message character length.
IMbnSmsConfiguration::get_MaxMessageIndex

SMS message memory capacity.
IMbnSmsConfiguration::get_ServiceCenterAddress

SMS default Service Center address. (Get)
IMbnSmsConfiguration::get_SmsFormat

Format in which newly received SMS should be reported by the device. (Get)
IMbnSmsConfiguration::put_ServiceCenterAddress

SMS default Service Center address. (Put)
IMbnSmsConfiguration::put_SmsFormat

Format in which newly received SMS should be reported by the device. (Put)

Remarks

This interface is acquired by a call to the GetSmsConfiguration method of the IMbnSms interface.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header mbnapi.h