Uses of Class
microsoft.exchange.webservices.data.property.complex.RuleCollection
-
Packages that use RuleCollection Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.response -
-
Uses of RuleCollection in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return RuleCollection Modifier and Type Method Description RuleCollectionExchangeService. getInboxRules()Retrieves inbox rules of the authenticated user.RuleCollectionExchangeService. getInboxRules(String mailboxSmtpAddress)Retrieves the inbox rules of the specified user. -
Uses of RuleCollection in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return RuleCollection Modifier and Type Method Description RuleCollectionGetInboxRulesResponse. getRules()Gets the rule collection in the response.
-