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

Represents a single property. More...

#include <ews.hpp>

Public Member Functions

 property (property_path path)
 Use this constructor if you want to delete a property from an item.
 
 property (indexed_property_path path)
 
 property (property_path path, const std::string &value)
 
 property (property_path path, const char *value)
 
 property (property_path path, int value)
 
 property (property_path path, long value)
 
 property (property_path path, long long value)
 
 property (property_path path, unsigned value)
 
 property (property_path path, unsigned long value)
 
 property (property_path path, unsigned long long value)
 
 property (property_path path, float value)
 
 property (property_path path, double value)
 
 property (property_path path, long double value)
 
 property (property_path path, bool value)
 
 property (property_path path, free_busy_status enum_value)
 
 property (property_path path, sensitivity enum_value)
 
 property (property_path path, const body &value)
 
 property (property_path path, const date_time &value)
 
 property (property_path path, const mailbox &value)
 
 property (property_path path, const recurrence_pattern &pattern, const recurrence_range &range)
 
template<typename T >
 property (property_path path, const std::vector< T > &value)
 
 property (property_path path, const std::vector< std::string > &value)
 
 property (const indexed_property_path &path, const physical_address &address)
 
 property (const indexed_property_path &path, const im_address &address)
 
 property (const indexed_property_path &path, const email_address &address)
 
 property (const indexed_property_path &path, const phone_number &number)
 
const std::string & to_xml () const EWS_NOEXCEPT
 

Detailed Description

Represents a single property.

Used in ews::service::update_item method call.

Constructor & Destructor Documentation

ews::property::property ( indexed_property_path  path)
inlineexplicit

Use this constructor if you want to delete an indexed property from an item


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