UtilEASendMailHotmailSender Method

Sends an E-Mail through Hotmail.

Definition

Namespace: DevCase.ThirdParty.EASendMail
Assembly: DevCase.net48.ThirdParty.EASendMail (in DevCase.net48.ThirdParty.EASendMail.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void HotmailSender(
	string username,
	string password,
	string fromAddress,
	string toAddress,
	string subject,
	string body,
	string[] attachments = null
)

Parameters

username  String
The Hotmail account username.
password  String
The Hotmail account password.
fromAddress  String
The sourceHotmail address.
toAddress  String
The destiny address.
subject  String
The mail subject.
body  String
The mail body.
attachments  String  (Optional)
The mail attachments.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

EASendMail

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also