| AmiServiceClientGetMailMessage Method |
Gets a specific alert.
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public MailMessage GetMailMessage(
Guid id
)
Public Function GetMailMessage (
id As Guid
) As MailMessage
public:
MailMessage^ GetMailMessage(
Guid id
)
member GetMailMessage :
id : Guid -> MailMessage
Parameters
- id
- Type: SystemGuid
The id of the alert to retrieve.
Return Value
Type:
MailMessageReturns the alert.
See Also