ExchangeServiceGetInboxRules(String, CancellationToken) - метод
Retrieves the inbox rules of the specified user.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<RuleCollection> GetInboxRules(
string mailboxSmtpAddress,
CancellationToken token = default
)
Public Function GetInboxRules (
mailboxSmtpAddress As String,
Optional token As CancellationToken = Nothing
) As Task(Of RuleCollection)
public:
Task<RuleCollection^>^ GetInboxRules(
String^ mailboxSmtpAddress,
CancellationToken token = CancellationToken()
)
member GetInboxRules :
mailboxSmtpAddress : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<RuleCollection>
- mailboxSmtpAddress String
- The SMTP address of the user whose inbox rules should be retrieved.
- token CancellationToken (Optional)
-
TaskRuleCollectionA RuleCollection object containing the inbox rules of the specified user.