CreateCustomEmailFolderInput

data class CreateCustomEmailFolderInput(val emailAddressId: String, val customFolderName: String)

Input object containing the properties needed to create a custom email folder.

Constructors

Link copied to clipboard
constructor(emailAddressId: String, customFolderName: String)

Properties

Link copied to clipboard

String The name of the custom folder

Link copied to clipboard

String The identifier of the email address associated with the email folder.