ClassicMailApiUpdateMailboxRequest: {
    mailboxId: number;
    onlineId: number;
    password?: string;
    region?: Region;
}

Type declaration

  • mailboxId: number

    The ID of the mailbox to update.

  • onlineId: number

    The Online hosting ID.

  • Optionalpassword?: string

    New password for the mailbox.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.