pm4py.connectors.extract_log_outlook_mails#
- pm4py.connectors.extract_log_outlook_mails() DataFrame [source]#
Extracts the history of the conversations from the local instance of Microsoft Outlook running on the current computer.
CASE ID (case:concept:name) => identifier of the conversation ACTIVITY (concept:name) => activity that is performed in the current item (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: * 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:
pd.DataFrame