MessageObjectGetIdForNamedProperty Method |
Gets the id to be used for named property,
named properties are special properties and should have their ids in range [0x8000,0xfffe] aligned starting from 0x8000 sequentally.
Use this method to find the available id cause it could be hard to calculate it yourself.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int GetIdForNamedProperty()
Public Function GetIdForNamedProperty As Integer
public:
int GetIdForNamedProperty()
member GetIdForNamedProperty : unit -> int
Return Value
Type:
Int32Available id for the named property.
See Also