pm4py.connectors.extract_ocel_outlook_mails#

pm4py.connectors.extract_ocel_outlook_mails() OCEL[source]#

Extracts the history of conversations from the local instance of Microsoft Outlook running on the current computer as an object-centric event log.

Columns: - ACTIVITY (ocel:activity): Activity performed in the current item (e.g., send e-mail, receive e-mail, refuse meeting). - TIMESTAMP (ocel:timestamp): Timestamp of creation of the item in Outlook.

Object Types: - org:resource: Sender of the mail. - recipients: List of recipients of the mail. - topic: Topic of the discussion.

See also: * [MailItem Properties](https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.mailitem?redirectedfrom=MSDN&view=outlook-pia#properties_) * [OlObjectClass Enumeration](https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.olobjectclass?view=outlook-pia)

Return type:

OCEL