ExchangeService.GetInboxRules 方法

定义

重载

GetInboxRules()

检索与指定用户关联的收件箱规则集合。

GetInboxRules(String)

检索与指定用户关联的收件箱规则集合。

GetInboxRules()

检索与指定用户关联的收件箱规则集合。

public:
 Microsoft::Exchange::WebServices::Data::RuleCollection ^ GetInboxRules();
public Microsoft.Exchange.WebServices.Data.RuleCollection GetInboxRules ();
Public Function GetInboxRules () As RuleCollection

返回

指定用户的收件箱规则的集合。

注解

调用此方法会导致调用 Exchange Web Service (EWS) 。

适用于

GetInboxRules(String)

检索与指定用户关联的收件箱规则集合。

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

参数

mailboxSmtpAddress
String

要检索其收件箱规则的用户的 SMTP 地址。

返回

指定用户的收件箱规则的集合。

注解

调用此方法会导致调用 Exchange Web Service (EWS) 。

适用于