TryGetPropertyLong

TryGetPropertyLong

Gets the value of the specified property as Long type. A return value indicates whether the operation succeeded.

Returns: true if s was converted successfully; otherwise, false.

TryGetPropertyLong(int64_t tag, int64_t & value)
ParameterDescription
tagThe MAPI property tag.
valueWhen this method returns, contains the value of the specified property, if the property exists. This parameter is passed uninitialized.