Для изменения размера нажмите или перетащите

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
)

Параметры

mailboxSmtpAddress
Тип: SystemString
The SMTP address of the user whose inbox rules should be retrieved.
token (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: TaskRuleCollection
A RuleCollection object containing the inbox rules of the specified user.
См. также