Click or drag to resize

IMailMessageServiceSend(MailMessage, NullableGuid) Method

Send the specified mailmessage according to its sending instructions

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
MailMessage Send(
	MailMessage mail,
	Guid? fromKey = null
)

Parameters

mail  MailMessage
The mail message to be sent
fromKey  NullableGuid  (Optional)
Override the "from"

Return Value

MailMessage

[Missing <returns> documentation for "M:SanteDB.Core.Services.IMailMessageService.Send(SanteDB.Core.Mail.MailMessage,System.Nullable{System.Guid})"]

See Also