Click or drag to resize

IMailMessageRepositoryServiceGet Method

Gets an alert.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
MailMessage Get(
	Guid id
)

Parameters

id
Type: SystemGuid
The id of the alert to be retrieved.

Return Value

Type: MailMessage
Returns an alert.
See Also