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

    Interface UpdateCustomEmailFolderInput

    Input for SudoEmailClient.UpdateCustomEmailFolder.

    UpdateCustomEmailFolderInput

    interface UpdateCustomEmailFolderInput {
        allowSymmetricKeyGeneration?: boolean;
        emailAddressId: string;
        emailFolderId: string;
        values: CustomEmailFolderUpdateValuesInput;
    }
    Index

    Properties

    allowSymmetricKeyGeneration?: boolean

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

    emailAddressId: string

    The identifier of the email address associated with the folder.

    emailFolderId: string

    The identifier of the email folder to update

    The values to update