IEWSClient.GetInboxRules
GetInboxRules()
Gets inbox rules
public InboxRule[] GetInboxRules()
Return Value
An array of InboxRule
See Also
- class InboxRule
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
GetInboxRules(string)
Gets inbox rules
public InboxRule[] GetInboxRules(string mailbox)
Parameter | Type | Description |
---|---|---|
mailbox | String | A 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
- class InboxRule
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email