MessageObjectProperty

MessageObjectProperty class

Represents a property on a MessageObject.

The MessageObjectProperty type exposes the following members:

Constructors

NameDescription
MessageObjectProperty(property_tag, flags, value)Initializes a new instance of the MessageObjectProperty class
MessageObjectProperty(id, type, flags, value)Initializes a new instance of the MessageObjectProperty class

Properties

NameDescription
property_typeGets the type of the property.
flagsGets the flags set on a property.
idGets the id of the property.
property_tagGets the property tag, a combined value which contains id and property_type
guidGets or sets the GUID for the named property.
property_kindGets or sets the kind of the property if it’s named.
nameGets or sets the name of the property if it’s named.
name_idGets or sets the name id of the property if it’s named.
namedGets a value indicating whether this MessageObjectProperty is a named property.
atomicGets a value indicating whether this MessageObjectProperty is atomic.
valueGets or sets the value of the property.

Methods

NameDescription
to_int()
to_date_time()
to_string_representation()
to_guid()

See Also