CreateInboxReplierOptions constructor
CreateInboxReplierOptions({})
Returns a new CreateInboxReplierOptions instance.
Implementation
CreateInboxReplierOptions({
required this.inboxId,
this.name,
required this.field,
required this.match,
this.replyTo,
this.subject,
this.from,
this.charset,
this.ignoreReplyTo,
this.isHTML,
this.body,
this.templateId,
this.templateVariables = const {},
});