Function getEmailsFromFolder

  • Retrieves all emails from a specific folder.

    Parameters

    • client: Client

      The Microsoft Graph client.

    • folderId: string

      The ID of the folder to retrieve emails from.

    Returns Promise<any>

    A promise that resolves to a list of emails from the specified folder.