Type Alias Identity

Identity: {
    bcc: EmailAddress[] | null;
    email: string;
    htmlSignature: string | null;
    id: Id;
    mayDelete: boolean;
    name: string;
    replyTo: EmailAddress[] | null;
    textSignature: string | null;
}

Type declaration

  • bcc: EmailAddress[] | null

    default: null

  • email: string
  • htmlSignature: string | null

    default: ""

  • id: Id
  • mayDelete: boolean
  • name: string

    default: ""

  • replyTo: EmailAddress[] | null

    default: null

  • textSignature: string | null

    default: ""