Click or drag to resize

LocalMailMessageServiceMoveMessage Method

Move messageKey to targetMailboxKey

Namespace: SanteDB.Core.Services.Impl
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public MailboxMailMessage MoveMessage(
	Guid sourceMailboxKey,
	Guid messageKey,
	Guid targetMailboxKey,
	bool copy = false
)

Parameters

sourceMailboxKey  Guid

[Missing <param name="sourceMailboxKey"/> documentation for "M:SanteDB.Core.Services.Impl.LocalMailMessageService.MoveMessage(System.Guid,System.Guid,System.Guid,System.Boolean)"]

messageKey  Guid
The key of the message to be moved
targetMailboxKey  Guid
The target mailbox
copy  Boolean  (Optional)
True if the message should be duplicated

Return Value

MailboxMailMessage
The updated mail message

Implements

IMailMessageServiceMoveMessage(Guid, Guid, Guid, Boolean)
See Also