ews-cpp
0.9
|
An update to a single property of an item. More...
#include <ews.hpp>
Public Types | |
enum | operation { operation::set_item_field, operation::append_to_item_field, operation::delete_item_field } |
Public Member Functions | |
update (property prop, operation action=operation::set_item_field) | |
update (extended_property prop, operation action=operation::set_item_field) | |
std::string | to_folder_xml () const |
Serializes this update instance to an XML string for folder operations. | |
std::string | to_item_xml () const |
Serializes this update instance to an XML string for item operations. | |
An update to a single property of an item.
Represents either a <SetItemField>, an <AppendToItemField>, or a <DeleteItemField> operation.
|
strong |