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

SMS default Service Center address.

This property is read/write.

Syntax

HRESULT get_ServiceCenterAddress(
  BSTR *scAddress
);

Parameters

scAddress

Return value

None

Remarks

When setting scAddress, the calling application must use either of these formats.

  • "+ <International Country Code> <SMS Service Center Number>\0"
  • "<SMS Service Center Number>\0"

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