-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi Team,
Hope you are well.
I am trying to extract the information from .pst file. Below are the things which i am planning to extract.
messages.append({
"subject": message.subject,
"sender": message.sender_name,
"datetime": message.client_submit_time,
"header": message.transport_headers,
"body": message.plain_text_body,
"creation_time": message.creation_time,
"submit_time": message.client_submit_time,
"delivery_time": message.delivery_time,
"Recipient": message.recipient,
But it gives me error on Recipient. Can you please let me know how to extract the Recipient and Body of the email from .pst files?
Thanks in advance,
Sri
Metadata
Metadata
Assignees
Labels
No labels