We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parser.add_argument("-f","--folder", action="store", choices=['inbox', 'sentitem', 'deleteditems', 'tasks','calendar','contacts'], help='The Exchange folder name to list')
when we receive sentitems folders from getfolder action,we must choose sentitems but not sentitem
sentitems
sentitem
when we receive sentitems folders from getfolder action,we must choose
sentitemsbut notsentitem