Outlook¶
flowtask.interfaces.Outlook
¶
OutlookClient
¶
Bases: O365Client
Outlook Client.
Managing connections to Outlook Mail API.
list_messages
async
¶
List messages in a specified folder.
move_message
async
¶
Move a message to a different folder.
search_messages
async
¶
Search for messages matching the search query.
send_message
async
¶
send_message(subject, body, to_recipients, cc_recipients=None, bcc_recipients=None, attachments=None, from_address=None)
Send a message with optional attachments and optional 'on behalf of' another user.