Click or drag to resize

EmailNotificationRelaySend Method

Send the specified e-mail

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

Parameters

toAddress
Type: SystemString

[Missing <param name="toAddress"/> documentation for "M:SanteDB.Core.Notifications.Email.EmailNotificationRelay.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.Email.EmailNotificationRelay.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.Email.EmailNotificationRelay.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.Email.EmailNotificationRelay.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.Email.EmailNotificationRelay.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.Email.EmailNotificationRelay.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.Email.EmailNotificationRelay.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

Implements

INotificationRelaySend(String, String, String, NullableDateTimeOffset, Boolean, NotificationAttachment)
See Also