SendEmail Class
Class to send information by email.
Namespace: Aliquo.Core.ToolsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public class SendEmail : IDisposable
Public Class SendEmail
Implements IDisposable
- Inheritance
- Object SendEmail
- Implements
- IDisposable
AddConfig |
Applies the EMAIL_SERVER parameter settings to the class properties.
|
AttachmentsAdd |
Attach a file to the email.
|
Dispose |
IDisposable.
|
Send |
Send the email.
|
SMTPServerNotification |
f read receipt is required, who to notify.
|
ToAdd(MailAddressCollection) |
Email recipients, from a MailAddress collection.
|
ToAdd(Object) |
Email recipient, for multiple accounts separate them with ';'.
|
ToAdd(String) |
Email recipient, for multiple accounts separate them with ';'.
|
ToAdd(Object, Object) |
Email recipient, for multiple accounts separate them with ';'.
|
ToAdd(String, String) |
Email recipient, for multiple accounts separate them with ';'.
|
ToBcc(MailAddressCollection) |
Recipient with blind copy of the email, for multiple accounts separate them with ';'.
|
ToBcc(Object) |
Recipient with blind copy of the email, for multiple accounts separate them with ';'.
|
ToBcc(String) |
Recipient with blind copy of the email, for multiple accounts separate them with ';'.
|
ToBcc(Object, Object) |
Recipient with blind copy of the email, for multiple accounts separate them with ';'.
|
ToBcc(String, String) |
Recipient with blind copy of the email, for multiple accounts separate them with ';'.
|
ToCC(MailAddressCollection) |
Recipient with a copy of the email, for multiple accounts separate them with ';'.
|
ToCC(Object) |
Recipient with a copy of the email, for multiple accounts separate them with ';'.
|
ToCC(String) |
Recipient with a copy of the email, for multiple accounts separate them with ';'.
|
ToCC(Object, Object) |
Recipient with a copy of the email, for multiple accounts separate them with ';'.
|
ToCC(String, String) |
Recipient with a copy of the email, for multiple accounts separate them with ';'.
|