Click or drag to resize

INotificationServiceSend Method

Send the message to the specified addresses

Namespace:  SanteDB.Core.Notifications
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
Guid[] Send(
	string[] to,
	string subject,
	string body,
	DateTimeOffset? scheduleDelivery = null,
	bool ccAdmins = false,
	params NotificationAttachment[] attachments
)

Parameters

to
Type: SystemString

[Missing <param name="to"/> documentation for "M:SanteDB.Core.Notifications.INotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

subject
Type: SystemString

[Missing <param name="subject"/> documentation for "M:SanteDB.Core.Notifications.INotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

body
Type: SystemString

[Missing <param name="body"/> documentation for "M:SanteDB.Core.Notifications.INotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

scheduleDelivery (Optional)
Type: SystemNullableDateTimeOffset

[Missing <param name="scheduleDelivery"/> documentation for "M:SanteDB.Core.Notifications.INotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

ccAdmins (Optional)
Type: SystemBoolean

[Missing <param name="ccAdmins"/> documentation for "M:SanteDB.Core.Notifications.INotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

attachments
Type: SanteDB.Core.NotificationsNotificationAttachment

[Missing <param name="attachments"/> documentation for "M:SanteDB.Core.Notifications.INotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

Return Value

Type: Guid

[Missing <returns> documentation for "M:SanteDB.Core.Notifications.INotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

See Also