ews-cpp
0.9
|
Represents an <ExtendedProperty>
.
More...
#include <ews.hpp>
Public Member Functions | |
extended_property (extended_field_uri ext_field_uri, std::vector< std::string > values) | |
Constructor to initialize an <ExtendedProperty> with the necessary values. | |
const extended_field_uri & | get_extended_field_uri () const EWS_NOEXCEPT |
const std::vector< std::string > & | get_values () const EWS_NOEXCEPT |
Returns the values of the extended_property as a vector even it is just one. | |
std::string | to_xml () const |
Static Public Member Functions | |
static extended_property | from_xml_element (const rapidxml::xml_node< char > &node) |
Represents an <ExtendedProperty>
.
The ExtendedProperty element identifies extended MAPI properties on folders and items. Extended properties enable Microsoft Exchange Server clients to add customized properties to items and folders that are stored in an Exchange mailbox. Custom properties can be used to store data that is relevant to an object.
|
inline |
Returns the the extended_field_uri element of this extended_property.