ExchangeService.GetInboxRules Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetInboxRules() |
Retrieves a collection of Inbox rules that are associated with the specified user. |
GetInboxRules(String) |
Retrieves a collection of Inbox rules that are associated with a specified user. |
GetInboxRules()
Retrieves a collection of Inbox rules that are associated with the specified user.
public:
Microsoft::Exchange::WebServices::Data::RuleCollection ^ GetInboxRules();
public Microsoft.Exchange.WebServices.Data.RuleCollection GetInboxRules ();
Public Function GetInboxRules () As RuleCollection
Returns
A collection of the specified user's Inbox rules.
Remarks
Calling this method results in a call to Exchange Web Service (EWS).
Applies to
GetInboxRules(String)
Retrieves a collection of Inbox rules that are associated with a specified user.
public:
Microsoft::Exchange::WebServices::Data::RuleCollection ^ GetInboxRules(System::String ^ mailboxSmtpAddress);
public Microsoft.Exchange.WebServices.Data.RuleCollection GetInboxRules (string mailboxSmtpAddress);
Public Function GetInboxRules (mailboxSmtpAddress As String) As RuleCollection
Parameters
- mailboxSmtpAddress
- String
The SMTP address of the user whose Inbox rules are to be retrieved.
Returns
A collection of the specified user's Inbox rules.
Remarks
Calling this method results in a call to Exchange Web Service (EWS).