Fairport
v1.0.38
|
A named property. More...
#include <nameid.h>
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.
fairport::named_prop::named_prop | ( | const guid & | g, |
long | id | ||
) | [inline] |
fairport::named_prop::named_prop | ( | const guid & | g, |
const std::wstring & | name | ||
) | [inline] |
const guid& fairport::named_prop::get_guid | ( | ) | const [inline] |
long fairport::named_prop::get_id | ( | ) | const [inline] |
Get the numerical id of this property.
const std::wstring& fairport::named_prop::get_name | ( | ) | const [inline] |
bool fairport::named_prop::is_string | ( | ) | const [inline] |