Click or drag to resize

IMailMessageServiceSend(String, String, MailMessageFlags, String, Guid) Method

Send a mail message with the specified subject, body, flags and recipients

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
MailMessage Send(
	string subject,
	string body,
	MailMessageFlags flags,
	string toLine,
	params Guid[] recipients
)

Parameters

subject  String
The subject of the message
body  String
The body of the message
flags  MailMessageFlags
The flags of the message
toLine  String
The informational TO line (for when the recipient cannot be identified
recipients  Guid
The recipient role, user, or device

Return Value

MailMessage
The sent mail message
See Also