simplelogin-client
    Preparing search index...

    Interface MailboxMailboxIdPut

    MailboxMailboxIdPut

    interface MailboxMailboxIdPut {
        _default?: boolean;
        cancelEmailChange?: boolean;
        email?: string;
    }
    Index

    Properties

    _default?: boolean

    If true, set the mailbox as the default mailbox.

    MailboxMailboxIdPut

    cancelEmailChange?: boolean

    If true, cancel the email change of the mailbox.

    MailboxMailboxIdPut

    email?: string

    Email address

    MailboxMailboxIdPut