Replies: 1 comment
-
Was this email sent from the Exchange account, or received by the Exchange account. If it's the latter, then you may need to dive into the MIME data to find out who the email was sent to. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
using exchangelib 4.90, with Python 3.10, I am accessing an Exchange Server with EWS-Protocoll 2016.
For some emails in the account I am supposed to work with
email.to_recipients
get set toNone
.The part of the code I am using
However if I use the OutLook webclient for the same account recipient shows as valid email address for those emails.
Anybody have a tip on how I can get to the same recipient the webclient shows using Python/exchangelib? I am supposed to take action depending on (a part of) the recipient.
TIA,
Bart-Jan.
Beta Was this translation helpful? Give feedback.
All reactions