Click or drag to resize

AlertService.Send Method (String, String, String, String, String, Nullable<DateTime>)

Send an alert at the specified date/time (and without expiration) to the specified user.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Send(
	string userId,
	string subject,
	string body,
	string mop,
	string pk,
	Nullable<DateTime> deliveryDateUTC
)

Parameters

userId
Type: System.String
The target user for the alert.
subject
Type: System.String
The plain text subject of the alert.
body
Type: System.String
The body of the alert. Currently this must be plain text.
mop
Type: System.String
The MOP for the related item.
pk
Type: System.String
The primary key (really the RowKey) for the related item.
deliveryDateUTC
Type: System.Nullable<DateTime>
The date/time at which the alert is to be delivered. If null, the alert is delivered ASAP.

Implements

IAlertService.Send(String, String, String, String, String, Nullable<DateTime>)
See Also