Click or drag to resize

INotificationRelaySend Method

Send the specified notification to the specified address

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

Parameters

toAddress
Type: SystemString
The address where the notification is to be sent
subject
Type: SystemString
The subject of the message
body
Type: SystemString
The body of the message
scheduleDelivery (Optional)
Type: SystemNullableDateTimeOffset
The time when the message should be sent (for future delivery)
ccAdmins (Optional)
Type: SystemBoolean
When true, administrators should be notified as well
attachments
Type: SanteDB.Core.NotificationsNotificationAttachment
Attachment file and content

Return Value

Type: Guid

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

See Also