Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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