Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The index of the message in the device SMS store.
This property is read-only.
Syntax
HRESULT get_Index(
[out] ULONG *Index
);
Property value
The index of the message in device SMS memory. Valid values for this field are from 1 to the MaxMessageIndex property of the IMbnSmsConfiguration interface.
For class0/flash/alert type of messages which don’t get stored in device memory, this field is set to MBN_MESSAGE_INDEX_NONE.
Error codes
Name | Meaning |
---|---|
S_OK | The operation completed successfully. |
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
None supported |
IDL |
Mbnapi.idl |