MimeHeaderReader.ReadValueAsDateTime method
The ReadValueAsDateTime method tries to interpret the current header as structured date and time information and to return it as a DateTime object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsDateTime As DateTime
'Usage
Dim instance As MimeHeaderReader
Dim returnValue As DateTime
returnValue = instance.ReadValueAsDateTime()
public DateTime ReadValueAsDateTime()
Return value
Type: System.DateTime