MessagingServiceSendEmailViaNetForum Method

Sends an email using NetFORUM template mail services

Definition

Namespace: Ignition.Communication
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void SendEmailViaNetForum(
	NetForumId templateId,
	NetForumEntity entity,
	MessageAddresses addresses
)

Parameters

templateId  NetForumId
Id of the NetFORUM message template that will be used for the message
entity  NetForumEntity
Entity that will be expanded into the email template
addresses  MessageAddresses
Sender and recipient email addresses

See Also