MessageObjectProperty Class |
Namespace: Aspose.Email.Mapi.Msg
The MessageObjectProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | MessageObjectProperty(Int64, MapiPropertyFlags, Object) |
Initializes a new instance of the MessageObjectProperty class.
|
![]() | MessageObjectProperty(Int32, MapiType, MapiPropertyFlags, Object) |
Initializes a new instance of the MessageObjectProperty class.
|
Name | Description | |
---|---|---|
![]() | Atomic |
Gets a value indicating whether this MessageObjectProperty is atomic.
|
![]() | Flags |
Gets the flags set on a property.
|
![]() | Guid |
Gets or sets the GUID for the named property.
|
![]() | Id |
Gets the id of the property.
|
![]() | Name |
Gets or sets the name of the property if it's named.
|
![]() | Named |
Gets a value indicating whether this MessageObjectProperty is a named property.
|
![]() | NameId |
Gets or sets the name id of the property if it's named.
|
![]() | PropertyKind |
Gets or sets the kind of the property if it's named.
|
![]() | PropertyTag |
Gets the property tag, a combined value which contains Id and PropertyType |
![]() | PropertyType |
Gets the type of the property.
|
![]() | Value |
Gets or sets the value of the property.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToDateTime |
Converts the value of the property to DateTime.
|
![]() | ToGuid |
Converts the value of the property to Guid.
|
![]() | ToInt |
Converts the value of the property to integer.
|
![]() | ToListT |
Converts the value of the property to a list of values.
|
![]() | ToString | (Inherited from Object.) |
![]() | ToStringRepresentation |
Converts the value of the property to string.
|