MessageObjectProperty.MessageObjectProperty
MessageObjectProperty(long, MapiPropertyFlags, object)
Initializes a new instance of the MessageObjectProperty
class.
public MessageObjectProperty(long propertyTag, MapiPropertyFlags flags, object value)
Parameter | Type | Description |
---|
propertyTag | Int64 | The property tag. |
flags | MapiPropertyFlags | The flags to be set on. |
value | Object | The value of the property. |
Exceptions
exception | condition |
---|
ArgumentNullException | If value is null. |
InvalidEnumArgumentException | If propertyTag contains invalid type definition." |
See Also
MessageObjectProperty(int, MapiType, MapiPropertyFlags, object)
Initializes a new instance of the MessageObjectProperty
class.
public MessageObjectProperty(int id, MapiType type, MapiPropertyFlags flags, object value)
Parameter | Type | Description |
---|
id | Int32 | The id. |
type | MapiType | The type of the property. |
flags | MapiPropertyFlags | The flags to be set on. |
value | Object | The value of the property. |
Exceptions
exception | condition |
---|
ArgumentNullException | If value is null. |
InvalidEnumArgumentException | If type is invalid." |
See Also