MessageObjectPropertyNamed Property |
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public bool Named { get; }
Public ReadOnly Property Named As Boolean
Get
public:
property bool Named {
bool get ();
}
member Named : bool with get
Property Value
Type:
Booleantrue if named; otherwise,
false.
Remarks A named property is determined by its ID, the range for such ids is [0x8000,0xfffe].
See Also