J
Jerry Gao
The Outlook::_Items.Find function requires a filter string. In my outlook
c++ addin, I want to include as part of the filter string something like
this:
"[ReceivedTime] > '9/27/2004 3:47PM'". However, the filter doesn't work
because the format of the date time value is not correct. Does someone know
the correct format outlook requires?
thanks.
c++ addin, I want to include as part of the filter string something like
this:
"[ReceivedTime] > '9/27/2004 3:47PM'". However, the filter doesn't work
because the format of the date time value is not correct. Does someone know
the correct format outlook requires?
thanks.