Interface CreateCustomEmailFolderInput

Input for SudoEmailClient.CreateCustomEmailFolder.

CreateCustomEmailFolderInput

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

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.