UpdateInboxReplierOptions class
Constructors
-
UpdateInboxReplierOptions({required String inboxId, String? name, required UpdateInboxReplierOptionsFieldEnum field, required String match, String? replyTo, String? subject, String? from, String? charset, bool? isHTML, bool? ignoreReplyTo, String? body, String? templateId, Map<String, Object>? templateVariables = const {}})
-
Returns a new UpdateInboxReplierOptions instance.
Properties
-
body
↔ String?
-
Email body for reply
getter/setter pair
-
charset
↔ String?
-
Email reply charset
getter/setter pair
-
field
↔ UpdateInboxReplierOptionsFieldEnum
-
Field to match against to trigger inbox replier for inbound email
getter/setter pair
-
from
↔ String?
-
Send email from address
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
ignoreReplyTo
↔ bool?
-
Ignore sender replyTo when responding. Send directly to the sender if enabled.
getter/setter pair
-
inboxId
↔ String
-
Inbox ID to attach replier to
getter/setter pair
-
isHTML
↔ bool?
-
Send HTML email
getter/setter pair
-
match
↔ String
-
String or wildcard style match for field specified when evaluating reply rules
getter/setter pair
-
name
↔ String?
-
Name for replier
getter/setter pair
-
replyTo
↔ String?
-
Reply-to email address when sending replying
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
subject
↔ String?
-
Subject override when replying to email
getter/setter pair
-
templateId
↔ String?
-
ID of template to use when sending a reply
getter/setter pair
-
templateVariables
↔ Map<String, Object>?
-
Template variable values
getter/setter pair