pm4py.connectors.extract_ocel_outlook_mails#
- pm4py.connectors.extract_ocel_outlook_mails() OCEL [source]#
Extracts the history of the conversations from the local instance of Microsoft Outlook running on the current computer as an object-centric event log.
- ACTIVITY (ocel:activity) => activity that is performed in the current item (send e-mail, receive e-mail,
refuse meeting …)
TIMESTAMP (ocel:timestamp) => timestamp of creation of the item in Outlook
Object types: - org:resource => the snder of the mail - recipients => the list of recipients of the mail - topic => the topic of the discussion
See also: * https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.mailitem?redirectedfrom=MSDN&view=outlook-pia#properties_ * https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.olobjectclass?view=outlook-pia
- Return type:
OCEL