TryGetPropertyInt32
TryGetPropertyInt32
Gets the value of the specified property as Int32 type. A return value indicates whether the operation succeeded.
Returns: true if s was converted successfully; otherwise, false.
TryGetPropertyInt32(int64_t tag, int32_t & value)
| Parameter | Description |
|---|---|
| tag | The MAPI property tag. |
| value | When this method returns, contains the value of the specified property, if the property exists. This parameter is passed uninitialized. |