Click or drag to resize

LocalMailMessageServiceUpdateStatusFlag Method

Update the flag for the specified mail message instance

Namespace: SanteDB.Core.Services.Impl
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public MailboxMailMessage UpdateStatusFlag(
	Guid mailboxKey,
	Guid messageKey,
	MailStatusFlags statusFlag
)

Parameters

mailboxKey  Guid
The message to be updated
messageKey  Guid
The message key
statusFlag  MailStatusFlags
The status to set

Return Value

MailboxMailMessage
The updated mailbox message flag

Implements

IMailMessageServiceUpdateStatusFlag(Guid, Guid, MailStatusFlags)
See Also