ExchangeService.GetInboxRules 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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) 。