Local |
The LocalMailMessageService type exposes the following members.
| Name | Description | |
|---|---|---|
| LocalMailMessageService | DI Constructor |
| Name | Description | |
|---|---|---|
| ServiceName | Gets the service name |
| Name | Description | |
|---|---|---|
| CreateMailbox | Create a new mailbox for the specified user | |
| DeleteMailbox | Delete mailbox from current user account | |
| DeleteMessage | Delete the specified message | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetMailbox | Get a specific mailbox | |
| GetMailboxByName | Get the mailbox of the current user by name | |
| GetMailboxes | Get mailboxes for the specified user or the current user | |
| GetMailMessage | Get the specified mail message | |
| GetMessages | Get messages from the mailbox mailboxKey | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InitializeMailboxes | Initialize the system mailboxes | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MoveMessage | Move messageKey to targetMailboxKey | |
| RenameMailbox | Rename the mailbox mailboxKey to name | |
| Send(MailMessage, NullableGuid) | Send the specified mailmessage according to its sending instructions | |
| Send(String, String, MailMessageFlags, String, Guid) | Send a mail message with the specified subject, body, flags and recipients | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UpdateStatusFlag | Update the flag for the specified mail message instance |
| Name | Description | |
|---|---|---|
| Deleted | Message has been deleted | |
| Delivered | Fired when an mail message has been received. | |
| MailboxCreated | Mailbox has been created | |
| MailboxDeleted | Mailbox has been deleted | |
| Sent | The message has been placed into the sent box from the Send() command - it may have not been delivered to all recipients | |
| Updated | Message has been updated |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |