 | IMailMessageServiceDeleteMessage Method |
Delete the specified message
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxMailboxMailMessage DeleteMessage(
Guid fromMailbox,
Guid messageKey
)
Function DeleteMessage (
fromMailbox As Guid,
messageKey As Guid
) As MailboxMailMessage
MailboxMailMessage^ DeleteMessage(
Guid fromMailbox,
Guid messageKey
)
abstract DeleteMessage :
fromMailbox : Guid *
messageKey : Guid -> MailboxMailMessage Parameters
- fromMailbox Guid
- The mailbox from which the message should be removed
- messageKey Guid
- Delete the specified message key
Return Value
MailboxMailMessageThe deleted message
See Also