PR_CE_SMS_RAW_HEADER

4/8/2010

The PR_CE_SMS_RAW_HEADER property contains the header portion of a RAW SMS message. This is contained in RAW_PROVIDER_SPECIFIC_DATA::pbHeaderData, which is returned from the SmsReadMessage function in its pbProviderSpecificBuffer parameter.

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 IMailRuleClient object to intercept incoming SMS messages, and test each one for the PR_CE_SMS_RAW_BODY property.

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

Reference

PR_CE_SMS_RAW_BODY

Other Resources

Windows Mobile Defined MAPI Properties