Click or drag to resize

MessagingServiceSendEmailViaNetForum Method

Sends an email using NetFORUM template mail services

Namespace: Ignition.Communication
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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