ews-cpp  0.9
Public Member Functions | Static Public Member Functions | List of all members
ews::extended_property Class Referencefinal

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_uriget_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)
 

Detailed Description

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.

Member Function Documentation

const extended_field_uri& ews::extended_property::get_extended_field_uri ( ) const
inline

Returns the the extended_field_uri element of this extended_property.


The documentation for this class was generated from the following file: