ClassicMailApiCreateMailboxRequest: {
    email?: EmailAddress;
    onlineId: number;
    password: string;
    region?: Region;
}

Type declaration

  • Optionalemail?: EmailAddress

    The email address of the mailbox.

  • onlineId: number

    The Online hosting ID.

  • password: string

    Password for the new mailbox.

  • Optionalregion?: Region

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