MailEventArgs Constructor |
Complete constructor.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MailEventArgs(
MailMessage msg,
MailerAttrs attrs
)
Public Sub New (
msg As MailMessage,
attrs As MailerAttrs
)
Parameters
- msg
- Type: System.Net.MailMailMessage
The email message that was sent. - attrs
- Type: NetQuarry.ServicesMailerAttrs
Attributes describing the email and/or its handling.
See Also