MessageObjectProperty Constructor (Int64, MapiPropertyFlags, Object)

Initializes a new instance of the MessageObjectProperty class.

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MessageObjectProperty(
	long propertyTag,
	MapiPropertyFlags flags,
	Object value
)

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
ExceptionCondition
ArgumentNullExceptionIf value is null.
InvalidEnumArgumentExceptionIf propertyTag contains invalid type definition."
See Also