GetMailContextResponse: { provider: "Zmail" | "Gmail" | "O365"; userAccountEmail: string; threadIds?: string[]; messageIds?: string[] }

Type declaration

  • provider: "Zmail" | "Gmail" | "O365"

    The email service provider

  • userAccountEmail: string

    Current user's account email address

  • Optional threadIds?: string[]

    The id of mail thread where the app was opened, always only include one element. The field will exists both if the app was opened from a mail thread or message.

  • Optional messageIds?: string[]

    The id of mail message where the app was opened, always only include one element. The field only exists if the app was opened from a mail message.

Generated using TypeDoc