pm4py.algo.connectors.util.mail module#
- pm4py.algo.connectors.util.mail.connect(email_user: str | None, mailbox_id: int)[source]#
Returns a mailbox object from the local Outlook instance.
- Parameters:
email_user – E-mail address to use
mailbox_id – ID of the mailbox to use: * 5 = outbox * 6 = inbox * 9 = calendar
- Returns:
Mailbox object
- Return type:
mailbox_obj