@sudoplatform/sudo-email
    Preparing search index...

    Interface CreateCustomEmailFolderInput

    Input for SudoEmailClient.CreateCustomEmailFolder.

    CreateCustomEmailFolderInput

    interface CreateCustomEmailFolderInput {
        allowSymmetricKeyGeneration?: boolean;
        customFolderName: string;
        emailAddressId: string;
    }
    Index

    Properties

    allowSymmetricKeyGeneration?: boolean

    (optional) If false and no symmetric key is found, a KeyNotFoundError will be thrown. Defaults to true.

    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.