Function markEmailAsComplete

  • Marks an email message as complete by updating its flag status.

    Parameters

    • client: Client

      The Microsoft Graph client.

    • messageId: string

      The ID of the email message to mark as complete.

    Returns Promise<any>

    A promise that resolves to the updated message.