Click or drag to resize
IBasicMessage Interface

[This is preliminary documentation and is subject to change.]

Simplest form of formating. All formating should result in this

Namespace: Netadmin.Management.Messaging.MessageTypes
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IBasicMessage

The IBasicMessage type exposes the following members.

Properties
  NameDescription
Public propertyIEnumerableT, T: IMessageAttachmentDataAttachmentsToSend
Public propertyStringBody
Public propertyStringFormaterMetaData
Can be used to pass arbitrary data from a formater to sender
Public propertyStringRecieverAddress
Public propertyStringRecieverName
Public propertyStringSenderAddress
Public propertyStringSenderName
Public propertyStringSubject
Public propertyDateTimeTimeToSendUtc
Top
Extension Methods
  NameDescription
Public Extension Method void SetMetadataT(T) (Defined by BasicMessageMetadataUtility.)
Public Extension MethodBooleanTryGetMetadataT(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.)
Top
Implemented by
See Also