GetSearchableMailboxes

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

This class is used to retrieve all searchable mailboxes that the user configuration has access to search.

class pyews.endpoint.getsearchablemailboxes.GetSearchableMailboxes(search_filter=None, expand_group_memberhip=True)

Retrieves all searchable mailboxes the authenticated user has access to search.

Args:
search_filter (str, optional): A search filter. Typically used to search specific distribution groups. Defaults to None. expand_group_memberhip (bool, optional): Whether or not to expand group memberships. Defaults to True.
RESULTS_KEY = 'SearchableMailbox'
soap()