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)
| 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. |