MessageObjectProperty Constructor (Int32, MapiType, MapiPropertyFlags, Object) |
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MessageObjectProperty(
int id,
MapiType type,
MapiPropertyFlags flags,
Object value
)
Public Sub New (
id As Integer,
type As MapiType,
flags As MapiPropertyFlags,
value As Object
)
public:
MessageObjectProperty(
int id,
MapiType type,
MapiPropertyFlags flags,
Object^ value
)
new :
id : int *
type : MapiType *
flags : MapiPropertyFlags *
value : Object -> MessageObjectProperty
Parameters
- id
- Type: SystemInt32
The id. - type
- Type: Aspose.Email.Mapi.MsgMapiType
The type of the property. - flags
- Type: Aspose.Email.Mapi.MsgMapiPropertyFlags
The flags to be set on. - value
- Type: SystemObject
The value of the property.
Exceptions
See Also