Click or drag to resize

ForwardingRuleManagerGetForwardingRuleList Method

Returns all forwarding rules for the current user.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<IEnumerable<PsrForwardingRule>> GetForwardingRuleList()

Return Value

Type: TaskIEnumerablePsrForwardingRule
See Also