MapiPropertyGetShort Method |
Gets the first 2 bytes of the binary data as short.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual short GetShort()
Public Overridable Function GetShort As Short
public:
virtual short GetShort()
abstract GetShort : unit -> int16
override GetShort : unit -> int16
Return Value
Type:
Int16The short value.
See Also