When I set a valid DateTime on one of the date properties of the ContentDisposition object, I get an error when I try retrieve the date. It seems the error occurs if the hour, minute, or second component of the DateTime is 0. I tracked down the issue to the MailBnfHelper.ReadDateNumber method using Reflector, it throws a FormatException if the number it reads is 0.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results