Skip to content

Extracting Recipient details from .pst files #302

@sriprad

Description

@sriprad

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions