Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The PR_CE_SMS_RAW_HEADERproperty contains the header portion of a RAW SMS message. This is contained in RAW_PROVIDER_SPECIFIC_DATA::pbHeaderData, which is returned from the SmsReadMessagefunction in its pbProviderSpecificBufferparameter.

Additional Information

May be exposed by:

SMS message objects

Identifier:

0x8131

Property type:

PT_BINARY

Property tag:

0x81310102

Corresponding X.400 attribute:

None

Remarks

If you expect to receive RAW data in an SMS message, you can use an IMailRuleClientobject to intercept incoming SMS messages, and test each one for the PR_CE_SMS_RAW_BODYproperty.

The size (in bytes) of the binary data is equal to RAW_PROVIDER_SPECIFIC_DATA::dwHeaderDataSize, but no larger than SMS_DATAGRAM_SIZE(140). For more information, look at the header file sms.h.

Requirements

Header cemapi.h, sms.h
Library cemapi.lib
Windows Mobile Windows Mobile 6 and later

See Also