Exchange.Contents is a Power Query M function that retrieves a table of contents from a Microsoft Exchange account mailbox. The function returns a table with information about the mailbox content.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Exchange.Contents( optional mailboxAddress as nullable text ) as table
Description
Returns a table of contents from the Microsoft Exchange account mailboxAddress
. If mailboxAddress
is not specified, the default account for the credential will be used.
