Function getAttachmentsForEmail

  • Retrieves the attachments for a specific email message.

    Parameters

    • client: Client

      The Microsoft Graph client.

    • emailId: string

      The ID of the email message to retrieve attachments from.

    Returns Promise<any>

    A promise that resolves to a list of attachments for the specified email.