IBasicMessage Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Messaging.MessageTypes
The IBasicMessage type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IEnumerableT, T: IMessageAttachmentData | AttachmentsToSend | |
![]() | String | Body | |
![]() | String | FormaterMetaData |
Can be used to pass arbitrary data from a formater to sender
|
![]() | String | RecieverAddress | |
![]() | String | RecieverName | |
![]() | String | SenderAddress | |
![]() | String | SenderName | |
![]() | String | Subject | |
![]() | DateTime | TimeToSendUtc |
Name | Description | ||
---|---|---|---|
![]() | void | SetMetadataT(T) | (Defined by BasicMessageMetadataUtility.) |
![]() | Boolean | TryGetMetadataT(T) |
WARNING: THIS METHODS RETURN VALUE IS UNRELIABLE. This method will return true even if the type of T can't get parsed from message.FormaterMetaData's json if the string is a valid json
At the same time T output in this case will become a new instance of the type T with default values set(new T() instead of default(T))
(Defined by BasicMessageMetadataUtility.) |