PR_STATUS_STRING 

The PR_STATUS_STRING property contains an ASCII message indicating the current status of a session resource.

Quick Info

Header file:

MAPITAGS.H

May be exposed by:

Status objects

Identifier:

0x3E08

Property type:

PT_TSTRING

Property tag:

0x3E08001E (0x3E08001F for Unicode)

 

Remarks

The PR_STATUS_STRING property gives service providers and MAPI the opportunity to supply specific information about the status of a session resource, such as the integrated address book or a particular service provider. The PR_STATUS_STRING property explains and provides additional information about a status code, or PR_STATUS_CODE property. Whereas PR_STATUS_CODE is required for all status objects, PR_STATUS_STRING is optional. When the transport provider does not supply a value, the MAPI spooler supplies a default value.

The string is generated on the same side of the remote procedure call as the MAPI spooler; it travels through shared memory rather than being marshaled across a process boundary.

See Also

PR_STATUS_CODE