ews-cpp
0.9
|
Cews::attachment | Represents a <FileAttachment> or an <ItemAttachment> |
Cews::attachment_id | Contains the unique identifier of an attachment |
Cews::attendee | An attendee of a meeting or a meeting room |
Cews::autodiscover_hints | |
Cews::autodiscover_result | |
Cews::basic_service< RequestHandler > | Allows you to perform operations on an Exchange server |
Cews::body | Represents the actual content of a message |
Cews::calendar_view | A range view of appointments in a calendar |
Cews::complete_name | |
Cews::connecting_sid | Represents a ConnectingSID element |
▼Cews::internal::credentials | |
Cews::basic_credentials | This class allows HTTP basic authentication |
▼Cews::internal::oauth2_basic | This class a basic implementation for OAuth2 grant types |
Cews::oauth2_client_credentials | This class allows OAuth2 authentification using the client credentials grant type |
Cews::oauth2_resource_owner_password_credentials | This class allows OAuth2 authentification using the Ressource Owner Password Credentials grant |
Cews::ntlm_credentials | This class allows NTLM authentication |
Cews::date_time | A thin wrapper around xs:dateTime formatted strings |
Cews::delegate_user::delegate_permissions | |
Cews::delegate_user | Represents a single delegate |
Cews::directory_id | |
Cews::duration | Specifies a time interval |
Cews::email_address | |
Cews::extended_field_uri | The ExtendedFieldURI element identifies an extended MAPI property |
Cews::extended_property | Represents an <ExtendedProperty> |
Cews::folder | Represents a generic <Folder> in the Exchange store |
▼Cews::folder_id | Identifies a folder |
Cews::distinguished_folder_id | Renders a <DistinguishedFolderId> element |
Cews::im_address | |
Cews::internet_message_header | Represents an <InternetMessageHeader> property |
▼Cews::item | Represents a generic <Item> in the Exchange store |
Cews::calendar_item | Represents a calendar item in the Exchange store |
Cews::contact | A contact item in the Exchange store |
Cews::message | A message item in the Exchange store |
Cews::task | Represents a concrete task in the Exchange store |
Cews::item_id | The unique identifier and change key of an item in the Exchange store |
Cews::item_shape | Renders an <ItemShape> element |
Cews::mailbox | Represents a SMTP mailbox |
Cews::mime_content | Represents an item's <MimeContent CharacterSet="" /> element |
Cews::occurrence_info | Holds a subset of properties from an existing calendar item |
Cews::occurrence_item_id | The OccurrenceItemId element identifies a single occurrence of a recurring item |
Cews::paging_view | A paged view of items in a folder |
Cews::phone_number | |
Cews::physical_address | |
Cews::property | Represents a single property |
▼Cews::property_path | Identifies frequently referenced properties by an URI |
Cews::indexed_property_path | Identifies individual members of a dictionary property by an URI and index |
▼Cews::recurrence_pattern | Abstract base class for all recurrence patterns |
Cews::absolute_monthly_recurrence | An event that occurs on the same day each month or monthly interval |
Cews::absolute_yearly_recurrence | A yearly recurrence pattern, e.g., a birthday |
Cews::daily_recurrence | Describes a daily recurring event |
Cews::relative_monthly_recurrence | An event that occurs annually relative to a month, week, and day |
Cews::relative_yearly_recurrence | An event that occurs annually relative to a month, week, and day |
Cews::weekly_recurrence | A weekly recurrence |
▼Cews::recurrence_range | Abstract base class for all recurrence ranges |
Cews::end_date_recurrence_range | Represents recurrence range with end date |
Cews::no_end_recurrence_range | Represents recurrence range with no end date |
Cews::numbered_recurrence_range | Represents a numbered recurrence range |
Cews::resolution | |
Cews::resolution_set | |
▼Cews::internal::response_message_base | |
Cews::sync_folder_hierarchy_result | |
Cews::sync_folder_items_result | |
▼Cruntime_error | |
▼Cews::exception | Base-class for all exceptions thrown by this library |
Cews::assertion_error | Raised when an assertion fails |
Cews::curl_error | Exception for libcurl related runtime errors |
Cews::exchange_error | Exception thrown when a request was not successful |
Cews::http_error | Exception thrown when a HTTP request was not successful |
▼Cews::soap_fault | A SOAP fault occurred due to a bad request |
Cews::schema_validation_error | A SOAP fault that is raised when we sent invalid XML |
Cews::xml_parse_error | Raised when a response from a server could not be parsed |
▼Cews::search_expression | Base-class for all search expressions |
Cews::and_ | Allows you to express a boolean And operation between two search expressions |
Cews::contains | Check if a text property contains a sub-string |
Cews::is_equal_to | Compare a property with a constant or another property |
Cews::is_greater_than | Compare a property with a constant or another property |
Cews::is_greater_than_or_equal_to | Compare a property with a constant or another property |
Cews::is_less_than | Compare a property with a constant or another property |
Cews::is_less_than_or_equal_to | Compare a property with a constant or another property |
Cews::is_not_equal_to | Compare a property with a constant or another property |
Cews::not_ | Negates the boolean value of the search expression it contains |
Cews::or_ | Allows you to express a logical Or operation between two search expressions |
Cews::update | An update to a single property of an item |
Cews::user_id |