exchangelib Questions

2

I want to read out the newest E-Mail in the inbox, select the attachment out of it and move the E-Mail to a folder. I already have a code to save the attachment: from exchangelib import Credential...
Biller asked 27/4, 2018 at 13:2

2

Solved

I tried to use exchangelib to extract group mailbox for analysis, and i want to extract within a date range. tried to use Filter function but seems only work for calender, may I have your advise is...
Brittni asked 12/2, 2018 at 8:39

1

I have a problem with exchangelib. Here is my code: creds = Credentials( username="domain_name\\username", password="password") config = Configuration(server='mail.solutec.fr', credentials=creds...
Lambard asked 11/10, 2017 at 14:59

2

Solved

I want to get mail for non-inbox folders - how can I do this? I can get the inbox folder's emails like so: from exchangelib import DELEGATE, Account, Credentials, EWSDateTime creds = Credential...
Effete asked 7/2, 2018 at 4:19

3

Solved

I am using Pythons exchangelib package. How can I mark an e-mail as read with exchangelib? I have had a look at the official GitHub exchangelib page for my query, but didn't find the answer.
Chasechaser asked 11/7, 2017 at 14:25

1

I try to send mails from out company exchange server via Python. My problem is, that I get a SSL error. I read a lot of pem-, cer-, crt-files, but I can not connect all these information to have su...
Barite asked 10/7, 2018 at 10:10

1

Solved

I have a problem with using exchangelib in python. I try this example code: from exchangelib import DELEGATE, Account, Credentials creds = Credentials( username='xxxx\\username', password="myp...
1

© 2022 - 2024 — McMap. All rights reserved.