MessageObjectProperty Constructor (Int64, MapiPropertyFlags, Object) |
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MessageObjectProperty(
long propertyTag,
MapiPropertyFlags flags,
Object value
)
Public Sub New (
propertyTag As Long,
flags As MapiPropertyFlags,
value As Object
)
public:
MessageObjectProperty(
long long propertyTag,
MapiPropertyFlags flags,
Object^ value
)
new :
propertyTag : int64 *
flags : MapiPropertyFlags *
value : Object -> MessageObjectProperty
Parameters
- propertyTag
- Type: SystemInt64
The property tag. - flags
- Type: Aspose.Email.Mapi.MsgMapiPropertyFlags
The flags to be set on. - value
- Type: SystemObject
The value of the property.
Exceptions See Also