Click or drag to resize

AmiServiceClientUpdateMailMessage Method

Updates an alert.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public MailMessage UpdateMailMessage(
	Guid messageId,
	MailMessage mailMessage
)

Parameters

messageId
Type: SystemGuid
The id of the alert to be updated.
mailMessage
Type: SanteDB.Core.MailMailMessage

[Missing <param name="mailMessage"/> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.UpdateMailMessage(System.Guid,SanteDB.Core.Mail.MailMessage)"]

Return Value

Type: MailMessage
Returns the updated alert.
See Also