Click or drag to resize

Message Properties

The Message type exposes the following members.

Properties
  NameDescription
Public propertyAttachments
List of MessageAttachment child objects, based on the Applications.Mail.MessageAttachment.MailMessage back reference
Public propertyBody
The body of the message.
Public propertyCcEmailAddressList
Semicolon-separated list of Cc email addresses. [Filter(like)]
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCreationDateTime
Date and time when the message was created. [Required] [Default(Now)] [Filter(ge;le)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFromEmailAddress
Sending email address. [Required] [Filter(like)]
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsEncrypted
True when the message is stored in encrypted format. [Required] [Default(false)] [Filter(eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyIsRead
True when the message was read by the user. [Required] [Default(false)] [Filter(eq)]
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyMailBoxFolder
The BoxFolder to which this Message belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyReceivedDateTime
Date and time when the message was received. [Filter(ge;le)]
Public propertyRelatedToParty
The party id of the external participating (sender/receiver) party (customer, supplier, etc.) in this mail. null means that the email is still not related to any specific party. [Filter(multi eq)]
Public propertyRepository
Provides access to MessagesRepository repository methods
Public propertySentDateTime
Date and time when the message was sent. [Filter(ge;le)]
Public propertyServerMessageID
Message ID as it appears on the mail server. [Filter(eq)]
Public propertySubject
The message subject. [Filter(like)]
Public propertyToEmailAddressList
Semicolon-separated list of receiving email addresses. [Filter(like)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also