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

Check if a text property contains a sub-string. More...

#include <ews.hpp>

Inheritance diagram for ews::contains:
ews::search_expression

Public Member Functions

 contains (property_path path, const char *str, containment_mode mode=containment_mode::substring, containment_comparison comparison=containment_comparison::loose)
 
- Public Member Functions inherited from ews::search_expression
std::string to_xml () const
 

Additional Inherited Members

- Protected Member Functions inherited from ews::search_expression
 search_expression (std::function< std::string()> &&func)
 
 search_expression (const char *term, property_path path, bool b)
 
 search_expression (const char *term, property_path path, int i)
 
 search_expression (const char *term, property_path path, const char *str)
 
 search_expression (const char *term, indexed_property_path path, const char *str)
 
 search_expression (const char *term, property_path path, date_time when)
 

Detailed Description

Check if a text property contains a sub-string.

A search filter that allows you to do text searches on string properties.


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