MessageObjectPropertyNamed Property

Gets a value indicating whether this MessageObjectProperty is a named property.

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool Named { get; }

Property Value

Type: Boolean
true if named; otherwise, false.
Remarks
A named property is determined by its ID, the range for such ids is [0x8000,0xfffe].
See Also