GetInboxRules

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

This class is used to get mailbox rules from the specified user mailbox.

class pyews.endpoint.getinboxrules.GetInboxRules(user=None)

Retrieves inbox rules for the authenticated or specified user.

Args:
user (str, optional): The user to retrieve inbox rules for. Defaults to authenticated user.
RESULTS_KEY = 'GetInboxRulesResponse'
soap()