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

Changes to SOAP structure to support optional Header #30

Closed
wants to merge 2 commits into from

Conversation

tobypilling
Copy link
Collaborator

Hey gents, I started looking into Mark as Junk, and realized that we'll likely need to support Soap:Header for some operations that are only available on specific versions of EWS. Here's an example:

https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/markasjunk-operation#markasjunk-operation-request-example-add-a-sender-to-the-blocked-sender-list

@leftmostcat
Copy link
Collaborator

Thank you for identifying the need for versioning for the MarkAsJunk operation. That said, this isn't the right approach for SOAP headers. There's not really any need for them to be generic as far as I can tell, and existing serialization machinery can be used instead of hand-written.

Since you won't be doing development long-term, my preference is to either have Brendan or me tackle this or to have another dev start from discussing design and implementation. I've cut #32 for the work either way.

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

Successfully merging this pull request may close these issues.

2 participants