Click or drag to resize

IAtomiaBillingApiSendMail Method

Sends the mail.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void SendMail(
	string from,
	string to,
	string subject,
	string body,
	List<MailAttachment> attachments
)

Parameters

from
Type: SystemString
Email address of the sender.
to
Type: SystemString
Email address of the receiver.
subject
Type: SystemString
The message subject.
body
Type: SystemString
The body of the message.
attachments
Type: System.Collections.GenericListMailAttachment
The list of attachments.
See Also