Function updateEmailSubject

  • Updates the subject of a specific email message.

    Parameters

    • client: Client

      The Microsoft Graph client.

    • messageId: string

      The ID of the email message to update.

    • newSubject: string

      The new subject to set for the email.

    Returns Promise<any>

    A promise that resolves to the updated message.