IEWSClient.CreateInboxRule
CreateInboxRule(InboxRule)
Creates the specified inbox rule
public void CreateInboxRule(InboxRule rule)
Parameter | Type | Description |
---|
rule | InboxRule | A inbox rule to create |
Exceptions
See Also
CreateInboxRule(InboxRule, string)
Creates the specified inbox rule
public void CreateInboxRule(InboxRule rule, string mailbox)
Parameter | Type | Description |
---|
rule | InboxRule | A inbox rule to create |
mailbox | String | A mailbox to create rule for. Note: if it is set to null or empty , the rule will be created in the default mailbox |
Exceptions
See Also