TryGetPropertyDateTime

TryGetPropertyDateTime

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

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

TryGetPropertyDateTime(int64_t tag, System::DateTime & 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.