Click or drag to resize

IMailMessageServiceUpdateStatusFlag Method

Update the flag for the specified mail message instance

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
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
See Also