Click or drag to resize

LocalMailMessageServiceRenameMailbox Method

Rename the mailbox mailboxKey to name

Namespace: SanteDB.Core.Services.Impl
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public Mailbox RenameMailbox(
	Guid mailboxKey,
	string name
)

Parameters

mailboxKey  Guid
The UUID of the mailbox
name  String
The new name of the mailbox

Return Value

Mailbox
The updated mailbox

Implements

IMailMessageServiceRenameMailbox(Guid, String)
See Also