ews-cpp
0.9
|
Renders an <ItemShape> element. More...
#include <ews.hpp>
Public Member Functions | |
item_shape (base_shape shape) | |
item_shape (base_shape shape, std::vector< extended_field_uri > &&extended_field_uris) | |
item_shape (std::vector< property_path > &&additional_properties) | |
item_shape (std::vector< extended_field_uri > &&extended_field_uris) | |
item_shape (std::vector< property_path > &&additional_properties, std::vector< extended_field_uri > &&extended_field_uris) | |
const std::vector< property_path > & | get_additional_properties () const EWS_NOEXCEPT |
base_shape | get_base_shape () const EWS_NOEXCEPT |
body_type | get_body_type () const EWS_NOEXCEPT |
const std::vector< extended_field_uri > & | get_extended_field_uris () const EWS_NOEXCEPT |
bool | has_convert_html_code_page_to_utf8 () const EWS_NOEXCEPT |
bool | has_filter_html_content () const EWS_NOEXCEPT |
bool | has_include_mime_content () const EWS_NOEXCEPT |
void | set_base_shape (base_shape base_shape) |
void | set_body_type (body_type body_type) |
void | set_convert_html_code_page_to_utf8_ (bool convert_html_code_page_to_utf8) |
void | set_filter_html_content (bool filter_html_content) |
void | set_include_mime_content (bool include_mime_content) |
std::string | to_xml () const |
Renders an <ItemShape> element.