MockupOptions

Namespace: Proffer.Email

Options to mockup the email sender (all recipients would be redirect to the mockup recipients).

public class MockupOptions

Inheritance ObjectMockupOptions

Properties

Recipients

Gets or sets the mockup recipients.

public List<string> Recipients { get; set; }

Property Value

List<String>

Exceptions

Gets or sets the exceptions options.

public MockupExceptionsOptions Exceptions { get; set; }

Property Value

MockupExceptionsOptions

Disclaimer

Gets or sets the disclaimer to add at the end of a mocked up email.

public string Disclaimer { get; set; }

Property Value

String

Constructors

MockupOptions()

public MockupOptions()