MimeWriter.WriteHeaderValue method (String)
The WriteHeaderValue method writes a value specified by a string to the stream that this MimeWriter object owns.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteHeaderValue ( _
value As String _
)
'Usage
Dim instance As MimeWriter
Dim value As String
instance.WriteHeaderValue(value)
public void WriteHeaderValue(
string value
)
Parameters
value
Type: System.StringA string containing the value to write to the stream that this MimeWriter object owns.