Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change message attribute #22

Open
avinashbangar opened this issue Mar 9, 2017 · 1 comment
Open

Change message attribute #22

avinashbangar opened this issue Mar 9, 2017 · 1 comment

Comments

@avinashbangar
Copy link

Hi,

Through EWS API I'm marking one of the email as read. For which I'm using Item.is_read attribute.
I'm creating object of Exchanger::UpdateItem. However after sending the request to edit the is_read property. I'm getting ResponseError as "MessageDisposition attribute is required".

The only way to fix it, is to add one more attribute in UpdateItem class, similar to send_meeting_invitations_or_cancellations, having name message_disposition and have a if check in
update_item_attributes method similar to the above field.

If you are fine with this approach I will submit a Pull Request to fix this issue.

@ebeigarts
Copy link
Owner

@avinashbangar sounds good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants