Wrapper/Helper class around sending emails
More...
|
| static Task< bool > | SendAsync (IEmail email, string to, string subject, string content) |
| | Sends a custom email More...
|
| |
| static Task< bool > | SendAsync (IEmail email, IEnumerable< string > to, string subject, string content) |
| | Sends a custom email More...
|
| |
| static Task< bool > | SendAsync (IEmail email, EmailType type, string subject, string content) |
| | Sends an email type that has defined/configured recipients More...
|
| |
| static Task< bool > | SendAsync (IEmail email, string to, string cc, string subject, string content) |
| | Sends a custom email More...
|
| |
| static Task< bool > | SendAsync (IEmail email, IEnumerable< string > to, string cc, string subject, string content) |
| | Sends a custom email More...
|
| |
| static Task< bool > | SendAsync (IEmail email, EmailType type, string cc, string subject, string content) |
| | Sends an email type that has defined/configured recipients More...
|
| |
| static Task< bool > | SendAsync (IEmail email, string to, IEnumerable< string > cc, string subject, string content) |
| | Sends a custom email More...
|
| |
| static Task< bool > | SendAsync (IEmail email, IEnumerable< string > to, IEnumerable< string > cc, string subject, string content) |
| | Sends a custom email More...
|
| |
| static Task< bool > | SendAsync (IEmail email, EmailType type, IEnumerable< string > cc, string subject, string content) |
| | Sends an email type that has defined/configured recipients More...
|
| |
Wrapper/Helper class around sending emails
◆ SendAsync() [1/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
EmailType |
type, |
|
|
IEnumerable< string > |
cc, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends an email type that has defined/configured recipients
- Parameters
-
| email | The implementation of the IEmail interface |
| type | The type of email being sent |
| cc | A collection of Who gets copied on the email |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
◆ SendAsync() [2/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
EmailType |
type, |
|
|
string |
cc, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends an email type that has defined/configured recipients
- Parameters
-
| email | The implementation of the IEmail interface |
| type | The type of email being sent |
| cc | Who gets copied on the email |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
◆ SendAsync() [3/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
EmailType |
type, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends an email type that has defined/configured recipients
- Parameters
-
| email | The implementation of the IEmail interface |
| type | The type of email being sent |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
◆ SendAsync() [4/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
IEnumerable< string > |
to, |
|
|
IEnumerable< string > |
cc, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends a custom email
- Parameters
-
| email | The implementation of the IEmail interface |
| to | A collection of "to" recipients of the email |
| cc | A collection of Who gets copied on the email |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
◆ SendAsync() [5/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
IEnumerable< string > |
to, |
|
|
string |
cc, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends a custom email
- Parameters
-
| email | The implementation of the IEmail interface |
| to | A collection of "to" recipients of the email |
| cc | Who gets copied on the email |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
◆ SendAsync() [6/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
IEnumerable< string > |
to, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends a custom email
- Parameters
-
| email | The implementation of the IEmail interface |
| to | A collection of "to" recipients of the email |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
◆ SendAsync() [7/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
string |
to, |
|
|
IEnumerable< string > |
cc, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends a custom email
- Parameters
-
| email | The implementation of the IEmail interface |
| to | Recipient of the email |
| cc | A collection of Who gets copied on the email |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
◆ SendAsync() [8/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
string |
to, |
|
|
string |
cc, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends a custom email
- Parameters
-
| email | The implementation of the IEmail interface |
| to | Recipient of the email |
| cc | Who gets copied on the email |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
◆ SendAsync() [9/9]
| static Task<bool> Sphyrnidae.Common.EmailUtilities.Email.SendAsync |
( |
IEmail |
email, |
|
|
string |
to, |
|
|
string |
subject, |
|
|
string |
content |
|
) |
| |
|
static |
Sends a custom email
- Parameters
-
| email | The implementation of the IEmail interface |
| to | Recipient of the email |
| subject | Subject of the email |
| content | Email body |
- Returns
- True if send seems to be successful, false otherwise
The documentation for this class was generated from the following file:
- C:/Users/dougb/Desktop/Sphyrnidae/New/Common/Common/EmailUtilities/Email.cs