Click or drag to resize

IAtomiaBillingApiSendMailToAccountOwner Method

Sends email to main address of customer account with template

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void SendMailToAccountOwner(
	string accountName,
	string templateName,
	Dictionary<string, string> templateProperties
)

Parameters

accountName
Type: SystemString
Account name
templateName
Type: SystemString
Name of the template to use
templateProperties
Type: System.Collections.GenericDictionaryString, String
Template properties to replace.
See Also