MockupOptions
Namespace: Proffer.Email
Options to mockup the email sender (all recipients would be redirect to the mockup recipients).
public class MockupOptions
Inheritance Object → MockupOptions
Properties
Recipients
Gets or sets the mockup recipients.
public List<string> Recipients { get; set; }
Property Value
Exceptions
Gets or sets the exceptions options.
public MockupExceptionsOptions Exceptions { get; set; }
Property Value
Disclaimer
Gets or sets the disclaimer to add at the end of a mocked up email.
public string Disclaimer { get; set; }
Property Value
Constructors
MockupOptions()
public MockupOptions()