|
PST File Format SDK v0.4
|
A named property. More...
#include <nameid.h>
Collaboration diagram for pstsdk::named_prop:Public Member Functions | |
| named_prop (const guid &g, long id) | |
| Construct a named prop from a guid and an id. | |
| named_prop (const guid &g, const std::wstring &name) | |
| Construct a named prop from a guid and a string. | |
| const guid & | get_guid () const |
| Get the namespace GUID of which this named prop is a member. | |
| bool | is_string () const |
| Return true if this is a string named prop. | |
| long | get_id () const |
| Get the numerical id of this property. | |
| const std::wstring & | get_name () const |
| Get the name of this property. | |
A named property.
The equivalent of a MAPI named property. This is one half of the named property/prop id mapping. This is used as both a key and value type, depending on which way in the named property mapping you're going.
|
inline |
Get the numerical id of this property.
|
inline |
|
inline |