ExchangeServiceGetInboxRules(String, CancellationToken) - метод |
Retrieves the inbox rules of the specified user.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The SMTP address of the user whose inbox rules should be retrieved. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskRuleCollectionA RuleCollection object containing the inbox rules of the specified user.
См. также