MessageObjectProperty
Contents
[
Hide
]MessageObjectProperty class
Represents a property on a MessageObject.
The MessageObjectProperty type exposes the following members:
Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| property_type | Gets the type of the property. |
| flags | Gets the flags set on a property. |
| id | Gets the id of the property. |
| property_tag | Gets the property tag, a combined value which contains id and property_type |
| guid | Gets or sets the GUID for the named property. |
| property_kind | Gets or sets the kind of the property if it’s named. |
| name | Gets or sets the name of the property if it’s named. |
| name_id | Gets or sets the name id of the property if it’s named. |
| named | Gets a value indicating whether this MessageObjectProperty is a named property. |
| atomic | Gets a value indicating whether this MessageObjectProperty is atomic. |
| value | Gets or sets the value of the property. |
Methods
| Name | Description |
|---|---|
| to_int() | |
| to_date_time() | |
| to_string_representation() | |
| to_guid() |
See Also
- namespace aspose.email.mapi.msg
- assembly Aspose.Email