Skip to content

Commit

Permalink
ConversationId is only supported from Exchange2010
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Oct 10, 2017
1 parent fd0be74 commit d54fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchangelib/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Item(EWSElement):
# URIField('web_client_edit_form_query_string', field_uri='calendar:WebClientEditFormQueryString',
# is_read_only=True, supported_from=EXCHANGE_2010),
EWSElementField('conversation_id', field_uri='item:ConversationId', value_cls=ConversationId,
is_read_only=True),
is_read_only=True, supported_from=EXCHANGE_2010),
BodyField('unique_body', field_uri='item:UniqueBody', is_read_only=True, supported_from=EXCHANGE_2010),
]

Expand Down

0 comments on commit d54fa21

Please sign in to comment.