TnefWriter.WritePropertyValue method (DateTime)
The WritePropertyValue method writes a DateTime value and then ends it.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As DateTime _
)
'Usage
Dim instance As TnefWriter
Dim value As DateTime
instance.WritePropertyValue(value)
public void WritePropertyValue(
DateTime value
)
Parameters
value
Type: System.DateTimeA DateTime object to write.