@sudoplatform/sudo-email

    Interface CreateCustomEmailFolderInput

    Input for SudoEmailClient.CreateCustomEmailFolder.

    CreateCustomEmailFolderInput

    interface CreateCustomEmailFolderInput {
        customFolderName: string;
        emailAddressId: string;
    }
    Index

    Properties

    customFolderName: string

    The name of the custom email folder to be created.

    emailAddressId: string

    The identifier of the email address to be associated with the custom email folder.

    MMNEPVFCICPMFPCPTTAAATR