IMbnSmsConfiguration::get_SmsFormat method (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.

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

This property is read/write.

Syntax

HRESULT get_SmsFormat(
  MBN_SMS_FORMAT *smsFormat
);

Parameters

smsFormat

Return value

None

Requirements

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

See also

IMbnSmsConfiguration