| 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
)
Function Get (
id As Guid
) As MailMessage
MailMessage^ Get(
Guid id
)
abstract Get :
id : Guid -> MailMessage
Parameters
- id
- Type: SystemGuid
The id of the alert to be retrieved.
Return Value
Type:
MailMessageReturns an alert.
See Also