Walter.Web.FireWall.Destinations.Email Namespace
Classes
Class | Description | |
---|---|---|
![]() |
EMailAddress |
Email address to send mails to as well as the frequency and the last email send.
Data can be stored in a database if Walter.Web.FireWall.SqlLogger is used else
it is stored on disk specified in the FireWallConfiguration this defaults to \AppData\Emails
|
![]() |
EmailAudit |
Class EmailAudit is used to document the emails created and send during a application session.
|
![]() |
EmailBufferDiskLocation |
Class allows the buffering of emails on disk before the emails need to be send.
|
![]() |
EmailBufferLocation |
Base class for managing storage buffering violations that need to be communicated.
|
![]() |
EmailBufferSqlServerLocation |
Class allows the documenting of the emails on SQL Server showing before as well
as before the emails need to be send.
|
![]() |
EMailConfiguration |
This class represents the e-mail configuration used by the firewall.
Email configuration contains mail addresses and their individual preferences as well as mail server connection properties
|
![]() |
EmailReportDesination |
Send all violations per email, buffering could be disk or database.
This class manages saving the data and retrieving the data and ensures you do not get the same violation multiple times.
|
Interfaces
Interface | Description | |
---|---|---|
![]() |
IEmailBufferDiskLocation |
Indicates that the Incidents are buffered on disk before being send
|
![]() |
IEmailBufferLocation |
Interface IEmailBufferLocation contains no properties but indicates the type of storage used
|
![]() |
IEmailBufferSqlServerLocation |
Indicates that the Items are stored in a database ///
|
![]() |
IEMailConfiguration |
Basic email configuration interface containing the details for working with IFireWall SMTP reporting interface
|
![]() |
IEmailReportDesination |
Send all violations per email, buffering could be disk or database.
This class manages saving the data and retrieving the data and ensures you do not get the same violation multiple times.
|
![]() |
IMailAttachmentFactory |
Email attachment interface will generate attachments for emails
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
EMailRoles |
EMail roles that an address may implement, basically states what the users accepts being contacted about.
These are your email addresses of your contacts managed by you,
|