FindFolder

This documentation provides details about the FindFolder class within the pyews package.

This class is used to find (search) for a search folder in a mailbox.

class pyews.endpoint.findfolder.FindFolder(folder_id='searchfolders', traversal='Shallow')
BASE_SHAPES = ['IdOnly', 'Default', 'AllProperties']
BODY_TYPES = ['Best', 'HTML', 'Text']
RESULTS_KEY = 'Folders'
SEARCH_FILTERS = ['Contains', 'Excludes', 'Exists', 'IsEqualTo', 'IsNotEqualTo', 'IsGreaterThan', 'IsGreaterThanOrEqualTo', 'IsLessThan', 'IsLessThanOrEqualTo']
soap()