Send an email for a newly created todo

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Sub SendCreatedEmail( _ 
ByVal item As TaskItem, _ 
ByVal creator_id As EntityID, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void SendCreatedEmail( 
TaskItem item
EntityID creator_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void SendCreatedEmail( 
TaskItem^ item
EntityID^ creator_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function SendCreatedEmail( 
item : TaskItem
creator_id : EntityID
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

item
Type: TaskItem

the item to send the email about

creator_id
Type: EntityID

the id of the contact that created this task

db
Type: IDatabase

the db connection

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1