IMbnSmsReadMsgTextCdma::get_Address 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.

The mobile number associated with a message.

This property is read-only.

Syntax

HRESULT get_Address(
  BSTR *Address
);

Parameters

Address

Return value

None

Remarks

For a received message, this is the sender's number. For a sent or draft message, this is the receiver's number.

The address can be in 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

See also

IMbnSmsReadMsgTextCdma