The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::Enum::MyMessagesFolderOperationCodeType

DESCRIPTION

MyMessagesFolderOperationCodeType - Indicates the type of operation to perform on a specified My Messsages folder. Operations cannot be performed on the Inbox or Sent folders.

SYNOPSIS

Enums:

Display

If a folder has been removed, restores the specified folder in My Messages. Because the Inbox and Sent folders cannot be removed, they can also not be restored. Requires FolderName as input.

Rename

Renames a specified folder. Inbox and Sent folders cannot be renamed. To rename a folder, use FolderID to indicate the folder to rename, and FolderName to indicate the new name.

Remove

Removes a specified folder. Inbox and Sent folders cannot be removed. Removing a folder that is not empty returns an error. Requires FolderID as input.

CustomCode

Reserved for future or internal use.