How to correctly use filter #713
Unanswered
Tibor (tiborrr)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Really like the SDK thusfar, but I do have a question.
I am trying to use the filter parameters when getting attachments from an email but it does not work. I am expecting only isInline=False attachments, but also receive attachment that are inlined. I do not know if this is a bug of if I am using the sdk wrong.
This is what I am trying to do but does not work
Problematic code block:
Full implementation for reference and context:
All reactions