pm4py.connectors.extract_log_outlook_mails#

pm4py.connectors.extract_log_outlook_mails() DataFrame[source]#

Extracts the history of conversations from the local instance of Microsoft Outlook running on the current computer.

Columns: - CASE ID (case:concept:name): Identifier of the conversation. - ACTIVITY (concept:name): Activity performed in the current item (e.g., send e-mail, receive e-mail, refuse meeting). - TIMESTAMP (time:timestamp): Timestamp of creation of the item in Outlook. - RESOURCE (org:resource): Sender of the current item.

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:

pd.DataFrame