Return to site

Outlook for mac save search to and from recipient

broken image

Recipient = outlook.GetSharedDefaultFolder(recipient, 6)Įmail_date_time.append(received_date_time)īut this is not working and i am getting the error below: Traceback (most recent call last):įile 'C:\ProgramData\Anaconda3\lib\site-packages\win32com\client\dynamic.py', line 516, in _getattr_

broken image

I was able to extract subject and received date but unable to extract body and recipient address:īelow is my code for subject and received date: outlook = ('Outlook.Application').GetNamespace('MAPI') I am trying to extract outlook email body, recipient address, subject and received date.