IEWSClient.GetInboxRules

GetInboxRules()

Gets inbox rules

public InboxRule[] GetInboxRules()

Return Value

An array of InboxRule

See Also


GetInboxRules(string)

Gets inbox rules

public InboxRule[] GetInboxRules(string mailbox)
ParameterTypeDescription
mailboxStringA mailbox to read inbox rule from. Note: if it is set to null or empty, the rules will be read from the default mailbox

Return Value

An array of InboxRule

See Also