GetPropertyString

GetPropertyString (1 of 2)

Gets the string value of the property specified by tag.

Returns: The value of the property. If the property does not exist, returns NULL; otherwise, returns the value.

GetPropertyString(int64_t tag)
ParameterDescription
tagThe MAPI property tag.

GetPropertyString (2 of 2)

Gets the string value of the property specified by tag.

Returns: The value of the property. If the property does not exist, returns NULL; otherwise, returns the value.

GetPropertyString(int64_t tag, int32_t codepage)
ParameterDescription
tagThe MAPI property tag.
codepageThe specified codepage used to get string value.