Struct mailslurp::models::reply_to_alias_email_options::ReplyToAliasEmailOptions[][src]

pub struct ReplyToAliasEmailOptions {
    pub attachments: Option<Vec<String>>,
    pub body: Option<String>,
    pub charset: Option<String>,
    pub is_html: Option<bool>,
    pub send_strategy: Option<SendStrategy>,
    pub template: Option<String>,
    pub template_variables: Option<Value>,
    pub use_inbox_name: Option<bool>,
}
Expand description

ReplyToAliasEmailOptions : Options for replying to an alias email using the alias inbox

Fields

attachments: Option<Vec<String>>

List of uploaded attachments to send with the reply. Optional.

body: Option<String>

Body of the reply email you want to send

charset: Option<String>

The charset that your message should be sent with. Optional. Default is UTF-8

is_html: Option<bool>

Is the reply HTML

send_strategy: Option<SendStrategy>

When to send the email. Typically immediately

template: Option<String>

Template ID to use instead of body. Will use template variable map to fill defined variable slots.

template_variables: Option<Value>

Template variables if using a template

use_inbox_name: Option<bool>

Optionally use inbox name as display name for sender email address

Implementations

Options for replying to an alias email using the alias inbox

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.