Share via


MimeWriter.WriteHeaderValue method (DateTime)

The WriteHeaderValue method writes a Date-Time value to the current header.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WriteHeaderValue ( _
    value As DateTime _
)
'Usage
Dim instance As MimeWriter
Dim value As DateTime

instance.WriteHeaderValue(value)
public void WriteHeaderValue(
    DateTime value
)

Parameters

  • value
    Type: System.DateTime

    The DateTime value to write to the current header in the stream that this MimeWriter object owns.

See also

Reference

MimeWriter class

MimeWriter members

WriteHeaderValue overload

Microsoft.Exchange.Data.Mime namespace