CreateInboxForwarderOptions
Options for creating an inbox forwarder
Properties
Name | Type | Description | Notes |
field | FieldEnum | Field to match against to trigger inbox forwarding for inbound email | |
match | String | String or wildcard style match for field specified when evaluating forwarding rules | |
forwardToRecipients | List | Email addresses to forward an email to if it matches the field and match criteria of the forwarder | |
Enum: FieldEnum
Name | Value |
RECIPIENTS | "RECIPIENTS" |
SENDER | "SENDER" |
SUBJECT | "SUBJECT" |
ATTACHMENTS | "ATTACHMENTS" |