MessageOptions class

The possible extra options in the MessageParams class.

Constructors

MessageOptions({int? deliveryTimeOptimizePeriod, String? timeZoneLocalize, TrackingClicks? trackingClicks, Map<String, String>? customHeaders, Map<String, String>? customVars, PlanType plan = PlanType.other, bool? testMode, DateTime? deliveryTime, List<String>? tags, bool? dkim, bool? tracking, bool? trackingOpens, bool? requireTLS, bool? skipVerification, Map<String, String>? recipientVars})

Properties

customHeaders Map<String, String>?
Your custom headers.
getter/setter pair
customVars Map<String, String>?
Your custom variables.
getter/setter pair
deliveryTime DateTime?
The o:delivery-time option.
getter/setter pair
deliveryTimeOptimizePeriod int?
The o:deliverytime-optimize-period option.
getter/setter pair
dkim bool?
The o:dkim option.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
plan PlanType
used to determine which options are available for your plan.
getter/setter pair
recipientVars Map<String, String>?
The recipient-variables option.
getter/setter pair
requireTLS bool?
The o:require-tls option.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipVerification bool?
The o:skip-verification option.
getter/setter pair
tags List<String>?
The o:tag options.
getter/setter pair
testMode bool?
The o:testmode option.
getter/setter pair
timeZoneLocalize String?
The o:time-zone-localize option.
getter/setter pair
tracking bool?
The o:tracking option.
getter/setter pair
trackingClicks TrackingClicks?
The o:tracking-clicks option.
getter/setter pair
trackingOpens bool?
The o:tracking-opens option.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRequest(MultipartRequest request) → MultipartRequest
Writes options to a http.MultipartRequest. Returns the request.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited