MessageInformation

The MessageInformation type is used hold information about a message queue that can be passed between the UX and APIs.

Below are the properties and their purpose.

  • Guid UserGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the current user.
  • Guid SessionGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the users active session.
  • Guid MessageGUID
    • Default Value: Empty Guid.
    • Intended Value: The guid of the message.
  • string MessageQueueName
    • Default Value: Empty string.
    • Intended Value: The name of the message queue that will be used.
  • string Sender
    • Default Value: Empty string.
    • Intended Value: The original sender or initiator of the message.
  • string Recipient
    • Default Value: Empty string.
    • Intended Value: The individual or place the message will be sent to (e.g., telephone number, email, etc.).
  • string Subject
    • Default Value: Empty string.
    • Intended Value: The the subject of the message (if applicable).
  • string BodyFormat
    • Default Value: Empty string.
    • Intended Value: The format for the body of the message (if applicable).
  • string BodyContent
    • Default Value: Empty string.
    • Intended Value: The content of the message.
  • string ErrorMessage
    • Default Value: Empty string.
    • Intended Value: Will contain an error message if the message failed to process or send.
Updated on January 24, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment