TnefPropertyReader.ReadValueAsDateTime method
The ReadValueAsDateTime method reads and returns the current property value as a DateTime object.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsDateTime As DateTime
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As DateTime
returnValue = instance.ReadValueAsDateTime()
public DateTime ReadValueAsDateTime()
Return value
Type: System.DateTime