MimeWriter.StartHeader method (String)
The StartHeader method starts a header using the name supplied by the name parameter.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub StartHeader ( _
name As String _
)
'Usage
Dim instance As MimeWriter
Dim name As String
instance.StartHeader(name)
public void StartHeader(
string name
)
Parameters
name
Type: System.StringA string specifying the name of the header to start.