You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: