Interface UpdateCustomEmailFolderInput

Input for SudoEmailClient.UpdateCustomEmailFolder.

UpdateCustomEmailFolderInput

interface UpdateCustomEmailFolderInput {
    emailAddressId: string;
    emailFolderId: string;
    values: CustomEmailFolderUpdateValuesInput;
}

Properties

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