Table of Contents

Class MailOptions

Namespace
The.Mail
Assembly
Instagile.dll
public sealed class MailOptions
Inheritance
MailOptions
Inherited Members

Properties

SenderAddress

public string? SenderAddress { get; set; }

Property Value

string

TestModeEnabled

If true, email will be sent to the TestRecipientAddress instead of the requested addresses. Default: true unless Environment is "Production".

public bool? TestModeEnabled { get; set; }

Property Value

bool?

TestRecipientAddress

public string? TestRecipientAddress { get; set; }

Property Value

string